/Medical-Chatbot

Primary LanguageJupyter Notebook

End to end Medical Chatbot using Gemini

steps to run the project

Clone the repository

Project repo: http://github.com/

Create environment

conda create -n mchatbot python=3.9 -y

Activate Environment

source activate mchatbot

Install required dependencies

pip install -r requirements.txt

Create a .env file in the root directory and add your Pinecone and Gemini Credentials in it.

PINECONE_API_KEY=""
GOOGLE_API_KEY=""

Run the following code to create embeddings in your pinecone vectorstore

python store_index.py

To run the medical-chatbot

flask run

Techstack used

  • Python
  • Langchain
  • Flask
  • Pinecone
  • Google Gemini