CS403 / README.md
dinox16
fix python version
db820b9
---
title: Symptom to Disease Predictor
sdk: gradio
app_file: app.py
python_version: "3.10"
pinned: false
---
## Overview
This Space runs a Vietnamese symptom-to-disease classifier using a local PhoBERT-based model.
## Usage
- Enter symptoms in Vietnamese.
- The app returns a predicted label and confidence score.
## Local run
```bash
pip install -r requirements.txt
python app.py
```