GithubHelp home page GithubHelp logo

elizabeth-0 / whisper-websiteedit Goto Github PK

View Code? Open in Web Editor NEW

This project forked from kabanosk/whisper-website

0.0 0.0 0.0 44 KB

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

License: MIT License

Shell 1.27% JavaScript 14.95% Python 47.51% CSS 3.63% HTML 28.00% Batchfile 1.58% Dockerfile 3.06%

whisper-websiteedit's Introduction

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

Hosting website on localhost:

  1. Clone the repo - git clone [email protected]: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

Run website on localhost with Docker

First time

  1. Install Docker
  2. Clone the repo - git clone [email protected]:Kabanosk/whisper-website.git
  3. Go to repo directory - cd whisper-website
  4. Create Docker image - docker build -t app .
  5. Run Docker container - docker run --name app_container -p 80:80 app
  6. Go to your browser and type http://127.0.0.1:80/

Next time

  1. Start your Docker container - docker start app_container
  2. Go to your browser and type http://127.0.0.1:80/

whisper-websiteedit's People

Contributors

kabanosk avatar noahlessard avatar ssummer-ui avatar zackrylangford avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.