/Docbot

This is official project repository of 'DocBot: A medical assistance chatbot using Deep learning approach'

Primary LanguagePython

Docbot

Create new conda environment using command:

conda create --no-default-packages -n docbot python

Activate environment using :-

source activate docbot

Deactivate environment using :-

source deactivate

Before committing changes :-

1)Update requirements.txt file:- pip freeze > requirements.txt
2)Remove all raw datasets from datasets directory
3)Remove all pre_trained models from models directory
4)Update links.txt file to include all links of raw datasets

After cloning project repository :-

1)Update environment requirements:- pip install -r requirements.txt
2)Download and place all raw datasets in datasets/raw directory
3)Place all pre_trained models in models/pre_trained directory