- Django
- opencv-python
- django-crispy-forms
- scikit-learn
- scikit-image
- tensorflow
- clone repo
https://github.com/asif001/midas_final.git
- Install required python dependencies into your python virtual environment (see runtime.txt) -
pip install -r requirements.txt
. - create superuser following https://docs.djangoproject.com/en/1.8/intro/tutorial02/
- Go to address http://127.0.0.1:8000/admin and add doctor, patient and assistant login details
- migrate database using
python manage.py makemigrations
andpython manage.py migrate
- After successful migration execute
python manage.py runserver
- Go to address http://127.0.0.1:8000/home
- enjoy
In this project an web application has been implemented to detect diseases and monitor them using different image processing tools. An automated prescription ystem also implemented using keras Deep Learning library. Disease detection accuracy average 95% on Breast Cancer, Musculoskeletal Disorder and Pneumonia.
The project is made for the international competition IEEE YESS12: Maker Fair 2019
- Works as an assistant of doctor
- Powered by Machine learning and Deep Learning
- Detect diseases and report to the doctor
- Automated system to prescribe
- Image processing tools to inspect disease images better
The main reason to publish something open source, is that anyone can just jump in and start contributing to my project. So If you'd like to contribute, please fork the repository and use a feature branch. Pull requests are warmly welcome.
Asifur Rahman asifurarahman@gmail.com Student at Department of Computer Science and Engineering Khulna University of Engineering & Technology, Khulna Bangladesh