https://github.com/georgewpark/filter-image-with-voice
This project demonstrates how the JavaScript speech recognition API can be used to take a spoken filter from a user and apply that filter to an image.
https://github.com/georgewpark/filter-image-with-voice
css css-filters image-manipulation javascript speech-recognition web-speech-api
Last synced: 3 months ago
JSON representation
This project demonstrates how the JavaScript speech recognition API can be used to take a spoken filter from a user and apply that filter to an image.
- Host: GitHub
- URL: https://github.com/georgewpark/filter-image-with-voice
- Owner: georgewpark
- License: mit
- Created: 2018-08-17T13:10:06.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-08-31T14:21:27.000Z (over 6 years ago)
- Last Synced: 2025-01-15T11:12:30.916Z (4 months ago)
- Topics: css, css-filters, image-manipulation, javascript, speech-recognition, web-speech-api
- Language: JavaScript
- Homepage: https://cdpn.io/mKgENQ/
- Size: 6.81 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license.md
Awesome Lists containing this project
README
# Filter Image with Voice
This project demonstrates how the JavaScript speech recognition API can be used to take a spoken filter from a user and apply that filter to an image.
## Live Demo
A live demo is available on [CodePen](https://codepen.io/GeorgePark/full/mKgENQ/).## License
This project is licensed under the MIT License - see the [license.md](license.md) file for details.