How to run? STEPS: STEP 01- Create a conda environment after opening the repository conda create -n medibot python=3.10 -y conda activate medibot STEP 02- install the requirements pip install -r requirements.txt # Medical-Chatbot