nagasaich123 commited on
Commit
0a631d2
·
verified ·
1 Parent(s): 1980c8c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -17
README.md CHANGED
@@ -1,17 +1,9 @@
1
- # 🩺 Medical Chatbot - BioMistral
2
-
3
- This is a doctor-style medical chatbot running on [BioMistral-7B GGUF](https://huggingface.co/TheBloke/BioMistral-7B-GGUF) using `llama-cpp-python`.
4
-
5
- ## 💡 Features
6
-
7
- - Runs locally in your browser using Streamlit
8
- - Doesn't require OpenAI or API keys
9
- - Runs fully offline once model is downloaded
10
-
11
- ## 🧠 Model: BioMistral-7B.Q4_K_M.gguf
12
-
13
- Deployed using [llama.cpp](https://github.com/ggerganov/llama.cpp) backend.
14
-
15
- ## 🚀 Usage
16
-
17
- - Click `App` tab to start chatting with the doctor.
 
1
+ ---
2
+ title: Medical Chatbot 🤖
3
+ emoji: 🩺
4
+ colorFrom: green
5
+ colorTo: blue
6
+ sdk: docker
7
+ app_file: app.py
8
+ pinned: false
9
+ ---