Skip to content

JisnaP/Medical-Chatbot

Repository files navigation

End-to-End-Medical-Chatbot

Clone the repository

Project repo: https://github.com/

STEP 01- Create a conda environment after opening the repository

conda create -n medibot python=3.10 -y
conda activate medibot

STEP 02- install the requirements

Create a .env file in the root directory and add your Pinecone & openai credentials as follows:

PINECONE_API_KEY = "xxxxxxxxxxxxxxxxxxxxxxxxxxxxx"

run the following command to store embeddings to pinecone

python store_index.py

Finally run the following command

python App.py

Techstack Used: Python LangChain Flask GPT Pinecone

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published