Spaces:
Runtime error
Runtime error
metadata
title: H2O Wave Whisper
emoji: 📝
colorFrom: yellow
colorTo: gray
sdk: docker
app_port: 7860
duplicated_from: h2oai/h2o_wave_whisper
Whisper 🖥️
Speech to text using OpenAI's Whisper model.
Setup ⚙️
- Check the version of Python, must be Python 3.9+ but recommended to use Python 3.10+ for best experience
python3 --version
- Clone the repository
git clone https://github.com/vopani/waveton.git
- Create a virtual environment
cd waveton/apps/deeplearning_apps/whisper
python3 -m venv venv
source venv/bin/activate
- Install ffmpeg
On Linux:
sudo apt update && sudo apt install ffmpeg
On Mac:
brew install ffmpeg
- Install the packages
python3 -m pip install -U pip
python3 -m pip install -r requirements.txt
- Run the application
wave run app
- View the application on your local browser: http://localhost:10101