https://github.com/cyrraz/transcribe-with-whisper
Use whisper for speech-to-text tasks.
Science Score: 13.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
○.zenodo.json file
-
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (5.4%) to scientific vocabulary
Last synced: 10 months ago
·
JSON representation
Repository
Use whisper for speech-to-text tasks.
Basic Info
Statistics
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 0
Created over 1 year ago
· Last pushed over 1 year ago
Metadata Files
Readme
License
Authors
README.md
transcribe-with-whisper
This project provides a script to record and transcribe audio using the Whisper model.
Installation
- Clone the repository:
bash
git clone https://github.com/cyrraz/transcribe-with-whisper.git
cd transcribe-with-whisper
- Create a virtual environment:
bash
python3 -m venv venv
- Activate the virtual environment:
bash
source venv/bin/activate
- Install the dependencies:
bash
pip install -r requirements.txt
Running the Project
Run the project:
bash
python transcribe.py
Deactivating the Virtual Environment
To deactivate the virtual environment, simply run:
bash
deactivate
Owner
- Name: Cyrille Praz
- Login: cyrraz
- Kind: user
- Location: Switzerland / Japan
- Website: www.cyrraz.com
- Repositories: 16
- Profile: https://github.com/cyrraz
PhD | Data Scientist | Experimental Physicist
GitHub Events
Total
- Push event: 5
- Create event: 2
Last Year
- Push event: 5
- Create event: 2
Dependencies
requirements.txt
pypi
- openai-whisper ==20240930
- sounddevice ==0.5.1