File size: 347 Bytes
9cb7f63
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
# Parkinson's Voice Detection

This FastAPI app predicts Parkinson's disease from audio recordings using a trained neural network.

### API Usage

1. Upload an audio file using the `/predict/` endpoint.
2. The API returns whether Parkinson's is detected, the label, and prediction confidence.

Go to `/docs` once deployed to try it out.