Skip to content

jiangjun0105/ear

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ear: A Speech Recognition Desktop App using OpenAI Whisper API

pre-commit

Install

Develop

To setup develop environment (you need brew and conda):

# Create virtual environment
conda create -n ear
conda activate ear

Install ffmpeg (see more here if the following command doesn't work for you)

brew postinstall libtasn1
brew install ffmpeg

Install all python requirements:

pip install -r requirements.txt

To encapsulate the app:

pyinstaller ./ear.spec

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages