Local & Offline Speech-To-Text Transcriber in Python, SoundDevice, & OpenAI Whisper
- python
- pip
- Clone the repository
- Create a virtual environment
python -m venv .venv- Activate the virtual environment
# For Unix/Linux
source .venv/bin/activate
# For Windows
source .venv\Scripts\activate- Install the dependencies & run the program!
# Install dependencies
pip install -r requirements.txt
# Run the program
python script.pyThis project is still being actively developed & maintained. Expect a lot of bugs!