Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sayak119/feel
Chrome extension to leverage AWS AI services
https://github.com/sayak119/feel
aws polly polly-voice rekognition translate
Last synced: 9 days ago
JSON representation
Chrome extension to leverage AWS AI services
- Host: GitHub
- URL: https://github.com/sayak119/feel
- Owner: sayak119
- Created: 2019-01-05T11:08:51.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-01-05T16:25:40.000Z (about 6 years ago)
- Last Synced: 2024-11-17T22:26:04.183Z (2 months ago)
- Topics: aws, polly, polly-voice, rekognition, translate
- Language: JavaScript
- Homepage:
- Size: 542 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Feel
Ever wanted to go through a blog or read a website while working or tell your browser to dictate you the content of your favourite news website or a celebrity news. Feels does the work for you. It leverages Amazon Artificial Intelligence Services like Polly, Translate and Rekognition to read out your favourite blog, translate the web page or just a part of it and even extract text from images present on these web pages.
## Flow Diagram
![flow diagram](assets/feel.jpg)## AWS Services Used
* Amazon Polly
* Amazon Translate
* Amazon Rekognition## How to Run
* Open Google Chrome and visit the extensions page with Developer mode enabled.
* Click on Load Unpacked and select the **src** folder.
* Enter **AWS Access Key ID** and **Secret Access Key** and **Region** (tested for us-east-1). This has been done to prevent unknown usage. In production mode it shall be replaced with ready to go popup.
* Click Save.
* Now select any text and translate it or use polly to dictate it or rekognition to extract text from images.