Skip to content
This repository has been archived by the owner on Jan 30, 2021. It is now read-only.

Latest commit

 

History

History
26 lines (21 loc) · 1.24 KB

README.md

File metadata and controls

26 lines (21 loc) · 1.24 KB

Speech recognition CircleCI

About

Implementation of speech recognition service based on deep learning and web technologies.

Supported languages

Now only English is supported.

Technology stack

  1. Frontend: Vue
  2. Backend: Flask
  3. Speech recognition: DeepSpeech implementation by Mozilla
  4. CI/CD: CircleCI
  5. Deployment: Heroku

Deployment

  1. Create virtual environment: python3 -m venv venv
  2. Activate virtual environment. Unix-like system: source venv/bin/activate. Windows: .\venv\Scripts\activate
  3. Install dependencies: pip install -r requirements.txt
  4. Run application: flask run

Mockups (not implemented yet)

Index page Log In page Main page Main page