Skip to content

AnkushRathour/Speech-to-Text-FastAPI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Speech To Text FastAPI

Speech To Text API using Autosub, FastAPI and Ffmpeg.

Installation

  • pip install fastapi
  • pip install uvicorn
  • pip install autosub
  • Install Ffmpeg on your Operation System (Window, Mac, Ubunut) Check Docs for Installation process.

How to use

app.py - Generate Transcript from url with media file Command to start FastAPI server

  • uvicorn app:app --host 0.0.0.0 --port 80 --relaod

main.py - Upload your local audio or video file and generates it transcription. Command to start

  • uvicorn main:app --host 0.0.0.0 --port 80 --relaod

Releases

No releases published

Packages

No packages published

Languages