mallorbc / whisper_mic

Project that allows one to use a microphone with OpenAI whisper.
MIT License
674 stars 154 forks source link

mic.py file is empty #32

Closed Adu2120 closed 1 year ago

Adu2120 commented 1 year ago

Is there any command for Troubleshooting pic.py issue in windows

DevenBL commented 1 year ago

It's actually the cli.py you need to run

mallorbc commented 1 year ago

Much has changed. This is now a pip package and a cli tool.

After installing the package, you can run the demo using the command whisper_mic

You can now also use this package in other projects.