Bu proje, Huggingface ibm-granite/granite-4.0-1b-speech modelini kullanarak speech-to-text (konuşmadan metne) dönüşüm yapmaktadır.
⚠️ Not: Türkçe desteği yoktur.
python -m venv venv # setup virtual environment
.\venv\Scripts\activate
source venv/bin/activate
pip install -r requirements.txt
python .\speach_to_transcription.py # dosyayı çalıştır
export HF_TOKEN=your_token_here # macOS / Linux
set HF_TOKEN=your_token_here # Windows
1 commits
Python
100.0%
Bu proje, Huggingface ibm-granite/granite-4.0-1b-speech modelini kullanarak speech-to-text (konuşmadan metne) dönüşüm yapmaktadır.
⚠️ Not: Türkçe desteği yoktur.
python -m venv venv # setup virtual environment
.\venv\Scripts\activate
source venv/bin/activate
pip install -r requirements.txt
python .\speach_to_transcription.py # dosyayı çalıştır
export HF_TOKEN=your_token_here # macOS / Linux
set HF_TOKEN=your_token_here # Windows
1 commits
Python
100.0%