https://github.com/cyrraz/transcribe-with-whisper

Use whisper for speech-to-text tasks.

https://github.com/cyrraz/transcribe-with-whisper

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
  • Host: GitHub
  • Owner: cyrraz
  • License: gpl-3.0
  • Language: Python
  • Default Branch: main
  • Homepage:
  • Size: 0 Bytes
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

  1. Clone the repository:

bash git clone https://github.com/cyrraz/transcribe-with-whisper.git cd transcribe-with-whisper

  1. Create a virtual environment:

bash python3 -m venv venv

  1. Activate the virtual environment:

bash source venv/bin/activate

  1. 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

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