Spaces:
Sleeping
Sleeping
vihashini-18
commited on
Commit
·
8a79799
1
Parent(s):
0a5c991
README.md
CHANGED
|
@@ -1,3 +1,21 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# Medical Chatbot 🏥
|
| 2 |
|
| 3 |
An intelligent medical question-answering chatbot that uses retrieval-augmented generation (RAG) with Gemini 1.5 Flash, Sentence Transformers, and Pinecone DB.
|
|
|
|
| 1 |
+
---
|
| 2 |
+
title: Medical Chatbot
|
| 3 |
+
emoji: 🏥
|
| 4 |
+
colorFrom: blue
|
| 5 |
+
colorTo: green
|
| 6 |
+
sdk: streamlit
|
| 7 |
+
sdk_version: 1.28.1
|
| 8 |
+
app_file: app.py
|
| 9 |
+
pinned: false
|
| 10 |
+
license: apache-2.0
|
| 11 |
+
tags:
|
| 12 |
+
- medical
|
| 13 |
+
- chatbot
|
| 14 |
+
- rag
|
| 15 |
+
- gemini
|
| 16 |
+
- streamlit
|
| 17 |
+
---
|
| 18 |
+
|
| 19 |
# Medical Chatbot 🏥
|
| 20 |
|
| 21 |
An intelligent medical question-answering chatbot that uses retrieval-augmented generation (RAG) with Gemini 1.5 Flash, Sentence Transformers, and Pinecone DB.
|