File size: 1,063 Bytes
19aaa42
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
---
title: SL Clinical Assistant
emoji: 🏥
colorFrom: blue
colorTo: green
sdk: docker
app_port: 3000
pinned: false
license: mit
---

# SL Clinical Assistant

A clinical assistant chatbot powered by RAG (Retrieval-Augmented Generation) that helps medical professionals access and understand Sri Lankan medical guidelines.

## Features

- Interactive chat interface for medical queries
- RAG-based responses using Sri Lankan medical guidelines
- Real-time document processing and vector search
- Modern, responsive UI built with Next.js
- Secure and scalable FastAPI backend

## Development

```bash
# Install frontend dependencies
cd frontend
npm install
npm run dev

# Install backend dependencies
python -m venv .venv
source .venv/bin/activate  # On Windows: .venv\Scripts\activate
pip install -r requirements.txt
python -m uvicorn src.api.main:app --reload
```

## Deployment

The application is deployed on Hugging Face Spaces using Docker. Visit [our Space](https://huggingface.co/spaces/YOUR_USERNAME/sl-clinical-assistant) to try it out.

## License

MIT