Skip to content

speechassess/opensourceASR

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

opensourceASR

This repository aims to collect available open soure ASR model, and share the code on how to generate the transcript using the corresponding third-party ASR systems. We have also shared the code how to use Google API ASR and more recent Whisper OpenAI ASR systems.

Google API

First, you have to install the following package before able to run the code

pip install SpeechRecognition

Then the code can be executed by using the following command

python google_asr.py

Whisper OpenAI

The installation of Whisper can be done using the following procedure

pip install -U openai-whisper

For running the code, please use the following command

python whisper_asr_all.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages