Ved Gupta commited on
Commit
9fafa22
·
unverified ·
1 Parent(s): 55bdb8b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -2
README.md CHANGED
@@ -8,9 +8,20 @@ app_file: Dockerfile
8
  app_port: 7860
9
  ---
10
 
11
- # whisper.api
12
 
13
- This project provides an API with user level access support to transcribe speech to text using a finetuned and processed Whisper ASR model.
 
 
 
 
 
 
 
 
 
 
 
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