https://github.com/philnash/web-assistant
A collection of experiments building towards a browser powered assistant
https://github.com/philnash/web-assistant
Last synced: 6 months ago
JSON representation
A collection of experiments building towards a browser powered assistant
- Host: GitHub
- URL: https://github.com/philnash/web-assistant
- Owner: philnash
- License: mit
- Created: 2019-05-31T06:25:11.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-02-10T01:01:28.000Z (over 5 years ago)
- Last Synced: 2025-02-21T00:09:21.392Z (8 months ago)
- Language: HTML
- Homepage:
- Size: 13.7 KB
- Stars: 75
- Watchers: 4
- Forks: 56
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Web Assistant
This repo is a bunch of experiments to tie together APIs and build a web based assistant.
## Experiments
* Recording media in the browser
* [An introduction to the MediaRecorder API](https://www.twilio.com/blog/mediastream-recording-api)
* [Web Recorder demo](https://web-recorder.glitch.me/)
* [Remix the Web Recorder on Glitch](https://glitch.com/~web-recorder)
* [Source code](./media-recorder)
* Text to speech in the browser
* [Text to speech in the browser with the Web Speech API](https://www.twilio.com/blog/speech-to-text-browser-web-speech-api)
* [Browser Voices demo](https://browser-voices.glitch.me/)
* [Remix Browser Voices on Glitch](https://glitch.com/~browser-voices)
* [Source code](./speech-synthesis)
* Speech to text in the browser
* [Speech to text in the browser with the Web Speech API](https://www.twilio.com/blog/speech-recognition-browser-web-speech-api)
* [Browser speech recognition demo](https://browser-recognition.glitch.me/)
* [Remix the speech recognition demo on Glitch](https://glitch.com/~browser-recognition)
* [Source code](./speech-recognition)