Medicine-Recommendation-ChatBot V2.0 step1 Create an environment python -m venv venv step2 Activate the environment venv\Scripts\activate step3 Download the packages pip install pandas scikit-learn joblib streamlit step4 Run the streamlit app streamlit run main.py To get the raw output run the file main.py python main.py Sample video