File size: 822 Bytes
29e2980 148954b 29e2980 148954b be872bf 148954b be872bf ae90e4e 148954b ae90e4e 148954b ae90e4e 148954b |
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 |
---
title: Turkish Medical Model API
emoji: "🏥"
colorFrom: blue
colorTo: green
sdk: docker
app_port: 7860
pinned: false
license: apache-2.0
---
# 🏥 Turkish Medical Model API
Fine-tuned Llama 3.1 8B model for Turkish medical conversations.
## Features
- 🤖 Turkish medical dialogue
- 👨 Patient-doctor conversations
- Medical history taking (anamnez)
- ⚡ Fast inference with LoRA
## API Endpoints
- GET /health - Health check
- POST /chat - Medical chat
- GET /test - Quick test
## Usage
`ash
curl -X POST https://conquerorr000-turkish-medical-model-api.hf.space/chat \
-H "Content-Type: application/json" \
-d '{"message": "Başım ağrıyor"}'
`
## Model Info
- **Base**: Llama 3.1 8B Instruct
- **Fine-tuned**: Turkish Medical LoRA
- **Language**: Turkish
- **Domain**: Medical/Healthcare
|