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

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

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)