- Clone emedicalchatbotllma2 in your local machine
- Download and install Anaconda from https://www.anaconda.com/download
- Type anaconda on windows search and open anaconda command prompt
- Navigate to emedicalchatbotllma2 progect (in step 1) from conda prompt and/by follow below commands
- cd /emedicalchatbotllma2
- conda create -n mchatbot python=3.11 -y
- conda activate mchatbot
- pip install -r requirement.txt
- python setup.py install
- Run below python file to initialize chroma vector database with pdf chunks, it will take while, be patient
- python store_index.py
- Open app.py (notepad++ or VS Code) and configure port and host (optional)
- Run Medical-Chatbot with below command
- python app.py
- By default it will run on http://localhost:8080
-
Notifications
You must be signed in to change notification settings - Fork 0
End to end medical chatbot using llama2 and chroma vector DB
License
ThirdEyeInfo/emedicalchatbotllma2
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
End to end medical chatbot using llama2 and chroma vector DB
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published