A Medical assistant which is developed with the motive of assisting users at any position. Helps users by providing medical assistance.
- Predicts the illness of the user.
- Takes account of all factors which plays a major role in a user’s health.
- If illness is critical and not curable using home remedies doctors of respective specializations are recommended.
- The data which is the Medical History of the user as well as the current user symptoms are taken as input
- The collected data is preprocessed accordingly. Padding and removal of redundant records are removed
- The preprocessed data is feeded to the pre trained model.
- The Illness as well as the remedies are found out with the help of the output of the model. Then the predicted data is displayed to the user.
- Authenticity of user data could not be checked.
- Generalization of illness.
- Support for multiple languages needs to be attained in order to make medibot much more effective.
- Clone the repo
$ git clone https://github.com/sinking8/Medico.git
$ cd Medico
- Initialize and activate a virtualenv:
$ virtualenv --no-site-packages env
$ source env/bin/activate
- Install the dependencies:
$ pip install -r requirements.txt
- Run the development server:
$ python app.py
- Navigate to http://localhost:5000