A specialized medical chatbot built with Llama 2, Pinecone vector database, and LangChain, designed to provide medical information and answers based on uploaded medical documents.
medical-chatbot/ āāā app.py āāā requirements.txt āāā model/ ā āāā llama-2-7b-chat.ggmlv3.q4_1.bin āāā src/ ā āāā __init__.py ā āāā helper.py ā āāā prompt.py āāā Data/ ā āāā [your PDF files] āāā templates/ āāā chat.html
git clone https://github.com/PrathamAhuja1/Medical-Chatbot-Llama2.git cd Medical-Chatbot-Llama2 pip install -r requirements.txt python app.py