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

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
crazymidnight authored Oct 18, 2019
1 parent ee99cff commit 4274f84
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
# Speech recognition [![CircleCI](https://circleci.com/gh/crazymidnight/speech-recognition.svg?style=svg)](https://circleci.com/gh/crazymidnight/speech-recognition)

## About
Implementation of multiple voices speech recognition based on deep learning and web technologies.
Implementation of speech recognition service based on deep learning and web technologies.

## Supported languages
Now only English is supported.

## Technology stack
1. Frontend: [Vue](https://github.com/vuejs/vue)
Expand All @@ -16,7 +19,7 @@ Implementation of multiple voices speech recognition based on deep learning and
3. Install dependencies: ```pip install -r requirements.txt```
4. Run application: ```flask run```

## Preview
## Mockups (not implemented yet)
![Index page](images/speech-recognition-index-page.png)
![Log In page](images/speech-recognition-login-page.png)
![Main page](images/speech-recognition-recordings-page.png)
Expand Down

0 comments on commit 4274f84

Please sign in to comment.