Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 834 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 834 Bytes

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