Clone the repository
git clone https://github.com/Vinit-joshi2/Medical_ChatBot.gitpython -m venv myenvmyenv/Scripts/activatepip install -r requirements.txtPINECONE_API_KEY = "xxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
GOOGLE_API_KEY = "xxxxxxxxxxxxxxxxxxxxxxxxxxxxx"# run the following command to store embeddings to pinecone
python store_index.py# Finally run the following command
python app.pyNow,
open up localhost:- Python
- LangChain
- Flask
- GPT
- Pinecone
- Html , CSS , JS

