Skip to content

Latest commit

 

History

History
38 lines (26 loc) · 759 Bytes

README.md

File metadata and controls

38 lines (26 loc) · 759 Bytes

MedicalChatBot_Gen-Ai

How to run?

STEPS:

Clone the repository

Project repo: https://github.com/

STEP 01- Create a conda environment after opening the reposityro

conda create -n myenv python -y
conda activate myenv

STEP 02- install the requirements

pip install -r requirements.txt