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

crazymidnight/speech-recognition

Repository files navigation

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

About

[WIP] Speech recognition microservice

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published