Spaces:
Running
Running
Commit
Β·
9b13398
1
Parent(s):
5f8f5f0
Update readme file
Browse files
README.md
CHANGED
@@ -4,51 +4,5 @@ emoji: π₯
|
|
4 |
colorFrom: blue
|
5 |
colorTo: indigo
|
6 |
sdk: docker
|
7 |
-
sdk_version: 1.0.0
|
8 |
-
app_file: main.py
|
9 |
pinned: false
|
10 |
-
---
|
11 |
-
|
12 |
-
# Healthcare AI Assistant
|
13 |
-
|
14 |
-
A multilingual AI assistant for healthcare appointment management, built with FastAPI and LangChain.
|
15 |
-
|
16 |
-
## Features
|
17 |
-
|
18 |
-
- π€ AI-powered appointment management
|
19 |
-
- π Multi-language support (English & Arabic)
|
20 |
-
- π
Smart appointment scheduling
|
21 |
-
- π― Intent recognition
|
22 |
-
- π¬ Natural language processing
|
23 |
-
- π Sentiment analysis
|
24 |
-
- π Language detection
|
25 |
-
|
26 |
-
## Technical Stack
|
27 |
-
|
28 |
-
- FastAPI for API endpoints
|
29 |
-
- LangChain for AI processing
|
30 |
-
- Ollama for LLM integration
|
31 |
-
- HuggingFace for language models
|
32 |
-
- Docker for containerization
|
33 |
-
|
34 |
-
## API Endpoints
|
35 |
-
|
36 |
-
### POST /query
|
37 |
-
Process user queries and return AI-generated responses.
|
38 |
-
|
39 |
-
### GET /health
|
40 |
-
Health check endpoint for service monitoring.
|
41 |
-
|
42 |
-
## Configuration
|
43 |
-
|
44 |
-
The service requires the following environment variables:
|
45 |
-
- `API_BASE_URL`: Base URL for the backend API
|
46 |
-
- `API_KEY`: Authentication key for API access
|
47 |
-
|
48 |
-
## Deployment
|
49 |
-
|
50 |
-
This service is containerized using Docker and can be deployed on any platform that supports Docker containers.
|
51 |
-
|
52 |
-
## License
|
53 |
-
|
54 |
-
MIT License
|
|
|
4 |
colorFrom: blue
|
5 |
colorTo: indigo
|
6 |
sdk: docker
|
|
|
|
|
7 |
pinned: false
|
8 |
+
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|