AnkushRathour / Speech-to-Text-FastAPI

Speech to Text using FastAPI, AutoSub and Ffmpeg

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Speech to Text using FastAPI, AutoSub and Ffmpeg

License:GNU General Public License v3.0


Languages

Language:Python 100.0%