alessiodos / whisper-website

Simple web application, which can be used to convert audio to subtitles by OpenAI's Whisper model

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Website which convert speech to text by Whisper model (Official Repo)

Hosting website on localhost:

  1. Clone the repo - git clone git@github.com:Kabanosk/whisper-website.git
  2. Go to repo directory - cd whisper-website
  3. Create virtual environment - python3 -m venv venv
  4. Activate the environment - source venv/bin/activate/. venv/bin/activate
  5. Install requirements - pip install -r requirements.txt
  6. Go to src directory - cd src
  7. Run the run.py file - python3 run.py
  8. Go to your browser and type http://127.0.0.1:8000/ if the browser doesn't open

About

Simple web application, which can be used to convert audio to subtitles by OpenAI's Whisper model

License:MIT License


Languages

Language:Python 55.4%Language:HTML 26.3%Language:JavaScript 12.7%Language:CSS 3.1%Language:Batchfile 1.4%Language:Shell 1.1%