SH
shoaib749/MedAyu-symptom-Api
This repository contains the Flask application that serves as the API endpoint for MedAyu.
➤ MedAyu Symptom API
MedAyu Symptom API is a Flask application that utilizes Keras and machine learning models to predict diseases based on patient symptoms. This backend application provides API endpoints for the Android application called "MedAyu". The Android application takes symptoms as input and predicts diseases, recommending Ayurvedic plants based on the disease.
➤ API Endpoints
-
Ayurvedic plant detection using leaf images:
- API: https://flask-production-0d46.up.railway.app/class
- Method: POST
- Parameter: test_url (URL)
- Response: result (JSON Object)
-
Symptoms synonyms generator:
- API: https://web-production-aeed.up.railway.app/EnterSymptoms
- Method: POST
- Parameter: user_symptoms (Array)
- Response: result (JSON Object)
-
Co-occurring symptoms generator:
- API: https://web-production-aeed.up.railway.app/db
- Method: POST
- Parameter: request (Array)
- Response: result (JSON Object)
-
Disease detection based on symptoms:
- API: https://web-production-aeed.up.railway.app/disease
- Method: POST
- Parameter: symptoms (Array)
- Response: result (JSON Object)
➤ Website Link
Visit the website at https://web-production-aeed.up.railway.app/.
Please note that the provided information is subject to change or update.
On this page
Languages
HTML86.7%Python13.3%Procfile0.0%
Contributors
Created March 9, 2023
Updated February 29, 2024

