NandanData commited on
Commit
6505e7f
·
verified ·
1 Parent(s): 5f3adb3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -17
README.md CHANGED
@@ -1,17 +1,8 @@
1
- # MediAssist v14.3 — Chat + RAG + PDF (HF Endpoint)
2
-
3
- **Includes**
4
- - Chat handler (`backend/chat_endpoint.py`) — robust, JSON-safe, retries/backoff
5
- - RAG engine (ClinicalBERT + Chroma), OPD + Citations
6
- - PDF clinical report generator (single page)
7
- - Diagnostics page
8
- - Mid-size multi-speciality dataset (150 guideline docs)
9
-
10
- ## Hugging Face Setup (Streamlit)
11
- 1. Upload this zip to a new Space (SDK: Streamlit).
12
- 2. Settings → Secrets: `HF_API_TOKEN`
13
- 3. Settings → Variables (optional): `HF_CHAT_ENDPOINT` = `https://api-inference.huggingface.co/models/meta-llama/Llama-3.2-1B-Instruct`
14
- 4. Open the app → Sidebar → **Seed / Refresh RAG Index** once.
15
- 5. Use **AI Chat**, **OPD + Citations**, **PDF Report**.
16
-
17
- *Generated on 2025-12-06*
 
1
+ ---
2
+ license: apache-2.0
3
+ title: MediAssist v14.3 — Chat + RAG + PDF
4
+ sdk: streamlit
5
+ colorFrom: purple
6
+ colorTo: indigo
7
+ short_description: The MedicalAI system combines **ClinicalBERT**, **RAG retrie
8
+ ---