Aqs-shispare commited on
Commit
1a0ef52
·
verified ·
1 Parent(s): 21b2f8c

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -17
README.md CHANGED
@@ -1,17 +1,8 @@
1
- # Voice Transcription API
2
-
3
- FastAPI + Whisper STT deployed on Hugging Face Spaces.
4
-
5
- ## Endpoint
6
-
7
- POST /voice
8
-
9
- Form Data:
10
- - file (.wav, .mp3, .m4a)
11
-
12
- ## Response
13
-
14
- {
15
- "text": "transcribed text",
16
- "language": "en"
17
- }
 
1
+ ---
2
+ title: transcript-api
3
+ sdk: docker
4
+ emoji: 🚀
5
+ colorFrom: blue
6
+ colorTo: purple
7
+ short_description: FastAPI + Whisper STT
8
+ ---