https://github.com/gokoshijr/whisper
https://github.com/gokoshijr/whisper
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/gokoshijr/whisper
- Owner: GokoshiJr
- Created: 2024-04-12T12:25:48.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-04-12T13:33:20.000Z (about 2 years ago)
- Last Synced: 2025-01-31T23:56:48.516Z (over 1 year ago)
- Language: Python
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Create folders
mkdir target
mkdir audio
# Setup
## Create virtual env
python -m venv venv
venv\scripts\activate.bat
## Install dependencies
pip install -r requirements.txt
## on Windows using Scoop (https://scoop.sh/)
scoop install ffmpeg
whisper .\test.mp3 --model tiny --language Spanish --fp16 False --output_dir .\target
tiny
small
base
medium
large