dr. (doctor) MARTHA stands for Modular AI for Robust Telemedicine and Health Analysis. It is an app that uses Computer Vision to identify key health issues and problems from the patient's photo of eyes, teeth, tongue, and face. It also recommends the treatment, medical procedure, and suggest professional doctors for further diagnosis.
See our YouTube video of demo --> YouTube
Normal | Blepharitis | Conjunctivitis |
---|---|---|
Iridocyclitis | Keratitis | Cataract |
Multiple face problems: acne, acne scars, blackhead, whitehead, pimples, crystalline, cystic, milium, papular, purulent, and dermatitis
- Python==3.11.8
- Tensorflow==2.15.0
- Keras==2.15.0
- NLTK==3.8.1
- Flask==3.0.3
In your PC:
- Download this repository as ZIP file
- Extract the ZIP file into preferred directory
- Download the model weights from this link
- Put the downloaded weights inside folder
/flask-yolo-app/weights/
In your VS Code:
- Install the above requirements with
pip install
- Open terminal and go to the directory
cd flask-yolo-app
- Run the app
python app.py
- Open the app in browser with URL localhost http://127.0.0.1:5000/
Note: dr. MARTHA has not been tested in any clinical trials. As a proof-of-concept application, it will need collaboration with medical doctors to check the accuracy of diagnosis and prescriptions for example.