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.
-
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)
Visit the website at https://web-production-aeed.up.railway.app/.
Please note that the provided information is subject to change or update.