Skip to content

AayushKumarSingh/Speech-to-text

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Description

Project to convert speech data from users to text transcript. Uses OpenAI-whisper model.

Img__

How to run

  • Create and activate virtual enviroment
    • python3 -m venv venv
    • .\venv\Scripts\activate
  • Install required libraries
    • python3 -m pip install -r requirements.txt
  • Run project
    • python3 Model.py (server to load model)
    • python3 UI.py (pyQt5 UI)

About

Transcribe Audio data from user to Text using locally fine-tuned OpenAI-Whisper model

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages