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
- Host: GitHub
- URL: https://github.com/codybontecou/web_speech_flash_cards
- Owner: CodyBontecou
- Created: 2020-01-31T20:58:20.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T06:22:58.000Z (over 2 years ago)
- Last Synced: 2025-03-24T20:21:45.324Z (about 2 months ago)
- Language: CSS
- Homepage: https://vfc.netlify.com
- Size: 639 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
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.
[](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
```