ErginTIRAVOGLU/speech-to-text-using-ibm-granite-granite-4.0-1b.speech-model

0

stars

1

commits

Python

primary language

Mar 19, 2026

updated

README

🎙️ Speech-to-Text (STT) Uygulaması

Bu proje, Huggingface ibm-granite/granite-4.0-1b-speech modelini kullanarak speech-to-text (konuşmadan metne) dönüşüm yapmaktadır.


🌍 Desteklenen Diller

  • English
  • French
  • German
  • Spanish
  • Portuguese
  • Japanese

⚠️ Not: Türkçe desteği yoktur.


⚙️ Kurulum

1. Virtual Environment oluştur

python -m venv venv  # setup virtual environment

2. Virtual Environment aktif et

Windows:

.\venv\Scripts\activate

macOS / Linux:

source venv/bin/activate

3. Gerekli kütüphaneleri kur

pip install -r requirements.txt

🚀 Kullanım

python .\speach_to_transcription.py  # dosyayı çalıştır

📌 Notlar

  • İlk çalıştırmada model indirileceği için biraz zaman alabilir.
  • Daha hızlı indirme için Hugging Face token kullanabilirsiniz:
export HF_TOKEN=your_token_here   # macOS / Linux
set HF_TOKEN=your_token_here      # Windows

Contributors

ErginTIRAVOGLU/speech-to-text-using-ibm-granite-granite-4.0-1b.speech-model

0

stars

1

commits

Python

primary language

Mar 19, 2026

updated

README

🎙️ Speech-to-Text (STT) Uygulaması

Bu proje, Huggingface ibm-granite/granite-4.0-1b-speech modelini kullanarak speech-to-text (konuşmadan metne) dönüşüm yapmaktadır.


🌍 Desteklenen Diller

  • English
  • French
  • German
  • Spanish
  • Portuguese
  • Japanese

⚠️ Not: Türkçe desteği yoktur.


⚙️ Kurulum

1. Virtual Environment oluştur

python -m venv venv  # setup virtual environment

2. Virtual Environment aktif et

Windows:

.\venv\Scripts\activate

macOS / Linux:

source venv/bin/activate

3. Gerekli kütüphaneleri kur

pip install -r requirements.txt

🚀 Kullanım

python .\speach_to_transcription.py  # dosyayı çalıştır

📌 Notlar

  • İlk çalıştırmada model indirileceği için biraz zaman alabilir.
  • Daha hızlı indirme için Hugging Face token kullanabilirsiniz:
export HF_TOKEN=your_token_here   # macOS / Linux
set HF_TOKEN=your_token_here      # Windows

Contributors

Languages

Python

100.0%