Skip to content

SashaStrek/interpreter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

interpreter

An attempt to implement a local interpreter.

That version uses a Mac OS–specific feature: subprocess.run(["say", ...]).

How to run

python3 -m venv venv
source venv/bin/activate
(.venv) pip install git+https://github.com/openai/whisper.git (the Whisper model will be downloaded!)
pip install transformers
pip install sentencepiece
(optional) pip install sacremoses
//deactivate
Tell your IDE to use the correct Python interpreter.
Run.

Next

To have it working with RAM, one can proceed as follows:
pip install sounddevice numpy openai-whisper

About

An attempt to implement a local interpreter.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages