CoolFace
Apppublic

h2oai/h2o_wave_whisper

sourceHugging Faceupdated 4y agoView on Hugging Face
10likes
App README

<div align='center'>

<h1>WaveTon</h1> ๐Ÿ’ฏ Wave applications

<br> <br>

![License](https://github.com/vopani/waveton/blob/master/LICENSE) ![GitHub](https://img.shields.io/github/stars/vopani/waveton?color=yellowgreen&logo=github) ![Twitter](https://twitter.com/vopani)

</div>

Whisper ๐Ÿ–ฅ๏ธ

Speech to text using OpenAI's Whisper model.

[image]

Setup โš™๏ธ

  1. 1.Check the version of Python, must be Python 3.9+ but recommended to use Python 3.10+ for best experience
commandline
python3 --version
  1. 1.Clone the repository
commandline
git clone https://github.com/vopani/waveton.git
  1. 1.Create a virtual environment
commandline
cd waveton/apps/deeplearning_apps/whisper
python3 -m venv venv
source venv/bin/activate
  1. 1.Install ffmpeg

On Linux:

commandline
sudo apt update && sudo apt install ffmpeg

On Mac:

commandline
brew install ffmpeg                         
  1. 1.Install the packages
commandline
python3 -m pip install -U pip
python3 -m pip install -r requirements.txt
  1. 1.Run the application
commandline
wave run app
  1. 1.View the application on your local browser: http://localhost:10101