Spaces:
Running
Running
Ved Gupta commited on
Update README.md
Browse files
README.md
CHANGED
|
@@ -8,7 +8,7 @@ app_file: Dockerfile
|
|
| 8 |
app_port: 7860
|
| 9 |
---
|
| 10 |
|
| 11 |
-
# Whisper API - Speech to Text Transcription
|
| 12 |
|
| 13 |
Description: This open source project provides a self-hostable API for speech to text transcription using a finetuned Whisper ASR model. The API allows you to easily convert audio files to text through HTTP requests. Ideal for adding speech recognition capabilities to your applications.
|
| 14 |
|
|
@@ -35,7 +35,7 @@ sudo apt install ffmpeg
|
|
| 35 |
pip install -r requirements.txt
|
| 36 |
```
|
| 37 |
|
| 38 |
-
# Running the Project
|
| 39 |
To run the project, use the following command:
|
| 40 |
|
| 41 |
```bash
|
|
|
|
| 8 |
app_port: 7860
|
| 9 |
---
|
| 10 |
|
| 11 |
+
## Whisper API - Speech to Text Transcription
|
| 12 |
|
| 13 |
Description: This open source project provides a self-hostable API for speech to text transcription using a finetuned Whisper ASR model. The API allows you to easily convert audio files to text through HTTP requests. Ideal for adding speech recognition capabilities to your applications.
|
| 14 |
|
|
|
|
| 35 |
pip install -r requirements.txt
|
| 36 |
```
|
| 37 |
|
| 38 |
+
## Running the Project
|
| 39 |
To run the project, use the following command:
|
| 40 |
|
| 41 |
```bash
|