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