A neural network based platform to predict which antibiotic salts might become less effective in the near future.
This project was part of the SIH(Smart India Hackathon) 2020 for Amazon's problem statement and was selected among top projects in internal hackathon as well. Following are its salient features -
- Predict which antibiotic salts might go ineffective in near future.
- Store all the information of patient's for future treatment needs (Hospital Information System).
- Recording day-to-day usage of antibiotics in a hospital for neural-nets to be trained upon.
- Hence using the collected data to train itself while the database helps serve the need to maintain old records of their patients for the hospital.
Use the package manager pip to install the following dependencies-
pip install django
pip install djangorestframework
pip install tensorflow
pip install scikitlearn
pip install pandas
Start the django server using first cd into the project's
directory then type the following command -
python manage.py runserver
Please make sure to install other latest libraries as per your need.