Spaces:
Running
Running
Ved Gupta commited on
Update README.md
Browse files
README.md
CHANGED
|
@@ -8,9 +8,20 @@ app_file: Dockerfile
|
|
| 8 |
app_port: 7860
|
| 9 |
---
|
| 10 |
|
| 11 |
-
#
|
| 12 |
|
| 13 |
-
This project provides
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 14 |
|
| 15 |
## Installation
|
| 16 |
|
|
|
|
| 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 |
+
|
| 15 |
+
Key features:
|
| 16 |
+
|
| 17 |
+
- Uses a finetuned Whisper model for accurate speech recognition
|
| 18 |
+
- Simple HTTP API for audio file transcription
|
| 19 |
+
- User level access with API keys for managing usage
|
| 20 |
+
- Self-hostable code for your own speech transcription service
|
| 21 |
+
- Quantized model optimization for fast and efficient inference
|
| 22 |
+
- Open source implementation for customization and transparency
|
| 23 |
+
|
| 24 |
+
This repository contains code to deploy the API server along with finetuning and quantizing models. Check out the documentation for getting started!
|
| 25 |
|
| 26 |
## Installation
|
| 27 |
|