The website is deployed on the heroku cloud Link : https://mymedic.herokuapp.com/
A glimpse of the website
This website facilitates 8 end-to-end Machine Learning and Deep Learning model built upon Healthcare datasets that can be used to predict whether a person is suffering from a particular disease or not
This website is a simple demonstration of how the power of AI can be leveraged in the field of Healthcare. Whenever a patient undergoes testing for a certain disease, he had to get his reports analysed by the doctor
- Reduce dependancy on the doctors, and help patients get diagnosed in minimal time and at his/her own convenience
- Help people avoid paying huge amount to doctors for consultation and diagnosis
- Extend the role of technology in healthcare
To run this project on local machine - Clone the repository, download it, and run the following command on your terminal
- cd "Directory of main folder"
- python app.py
- Copy the Local URL onto the web browser
- Python 3
- Flask
- Jupyter Notebook
- HTML, CSS and Javascript
- Python libraries - Numpy, Pandas, Sklearn, Matplotlib, Seaborn, etc
- Machine Learning algorithms - SVM, Random Forest, Xgboost, etc
- Deep Learning - CNN, ResNet50, VGG19
- Heroku Cloud for deployment