An open API service indexing awesome lists of open source software.

https://github.com/codybontecou/web_speech_flash_cards

Web app that allows for speech-to-text recognition as well as text-to-speech using the Anki format
https://github.com/codybontecou/web_speech_flash_cards

Last synced: about 1 month ago
JSON representation

Web app that allows for speech-to-text recognition as well as text-to-speech using the Anki format

Awesome Lists containing this project

README

        

# Web Speech Flash Cards

The goal of this project is to upload [Anki decks](https://ankiweb.net/shared/decks/) to a web app that allows for speech-to-text recognition as well as text-to-speech.

Speech-to-text is being powered by Google Chrome's [SpeechRecognition](https://developer.mozilla.org/en-US/docs/Web/API/SpeechRecognition) api

Text-to-speech is being powered by Google Chrome's [SpeechSynthesis](https://developer.mozilla.org/en-US/docs/Web/API/SpeechSynthesis) api.

[![Netlify Status](https://api.netlify.com/api/v1/badges/6b6f97e5-5f6b-412f-a584-24d20e0093fe/deploy-status)](https://app.netlify.com/sites/vfc/deploys)

> Site is being hosted at [vfc.netlify.com/](https://vfc.netlify.com/)

## Build Setup

``` bash
# install dependencies
$ npm run install

# serve with hot reload at localhost:8080
$ live-server public
```