Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 283 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 283 Bytes

Medical-chatBot-using-llama2

Step 01- Create a conda enviroment after opening the repository

 conda create -n mchatbot python=3.8 -y
 conda activate mchatbot

STEP 02- install the requirements

 pip install -r requirements.txt