Skip to content
This repository was archived by the owner on Jan 9, 2026. It is now read-only.

Commit c170ae9

Browse files
committed
Update README
1 parent 65fba49 commit c170ae9

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

README.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
1-
# Whisper REST API
1+
# Speech REST API
22

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.
47

58
## Requirements
69

@@ -10,10 +13,10 @@ This project provides a simple Flask API to transcribe speech from an audio file
1013

1114
```bash
1215
# Clone the repository
13-
git clone https://github.com/askrella/whisper-rest-api.git
16+
git clone https://github.com/askrella/speech-rest-api.git
1417

1518
# Navigate to the project directory
16-
cd whisper-rest-api
19+
cd speech-rest-api
1720

1821
# Install ffmpeg (Ubuntu & Debian)
1922
sudo apt update && sudo apt install ffmpeg -y

0 commit comments

Comments
 (0)