Shreyashchawda12/Health_Consulting_Chatbot
0
For Demo of the Application
link:-https://www.loom.com/share/b7a6705448c34dbfab8b2ab50b3e0e12?sid=91d6dca0-1995-430c-9c40-0a83f75980e8
For Cloud Application
` Visit below url for using this application: `
https://huggingface.co/spaces/Shreyashchawda12/Health_Consulting_ChatbotFor Local Machine
clone this repository
git clone https://github.com/Shreyashchawda12/Health_Consulting_Chatbot.gitcreated a environment using Annaconda
conda create -p "gen_venv" python==3.10 -yactivate environment
conda activate gen_venv/Install all necessary libraries
pip install -r requirements.txtTo run the application
python -m streamlit run app.py