You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 9, 2026. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+7-4Lines changed: 7 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,9 @@
1
-
# Whisper REST API
1
+
# Speech REST API
2
2
3
-
This project provides a simple Flask API to transcribe speech from an audio file using the Whisper speech recognition library. The API loads a pre-trained deep learning model to detect the spoken language and transcribe the speech to text.
3
+
This project provides a simple Flask API to transcribe speech from an audio file using the Whisper speech recognition library.
4
+
The API loads a pre-trained deep learning model to detect the spoken language and transcribe the speech to text.
5
+
6
+
It also provides an endpoint to generate speech from a list of input sentences using the Tacotron2 and HiFiGAN models.
4
7
5
8
## Requirements
6
9
@@ -10,10 +13,10 @@ This project provides a simple Flask API to transcribe speech from an audio file
0 commit comments