Disfluency_Remover / README.md
SearingShot's picture
Deploy SignApp disfluency service
d21b2b5
|
Raw
History Blame Contribute Delete
532 Bytes
---
title: SignApp Disfluency Remover
emoji: 🧹
colorFrom: blue
colorTo: indigo
sdk: docker
app_port: 7860
pinned: false
---
# SignApp Disfluency Remover
FastAPI service for the SignApp T5 disfluency-removal model.
Deploy only the final model files in `speechCleaner_t5_model/`. Do not upload
training checkpoints or optimizer states; the free Space repository limit is too
small for training artifacts.
## API
- `GET /health`
- `POST /clean/` with JSON body `{"text": "..."}`
Response:
```json
{"cleaned_text": "..."}
```