This project allows you to record audio and transcribe it using OpenAI's Whisper language model.
-
Python 3.7+
- Clone this repository:
git clone https://github.com/ElRobaMichis/Whisper-Audio-Transcriptor- Install the dependencies
pip install -r requirements.txt- Run the "menu.py" script with:
python menu.py- Follow the on-screen instructions to record and transcribe the audio.
-
Record audio from the selected input device.
-
List and select previously recorded audio files.
-
Transcribe recorded audio using the Whisper language model.
Contributions are welcome. Please open an issue or a pull request to suggest changes or improvements.