This Google Extension is designed to enhance website accessibility. Users can obtain a summary of webpage content through voice activation or by interacting with the interface, which will then be read aloud. We hope to benefit more people through this!
To get a local copy up and running follow these simple example steps.
- npm
- python
- Node.js
- Express.js
- Get API key at OpenAI and Mistral
- Clone the repo
git clone https://github.com/Prasad-Katkade/AI-Screen-Reader.git
- Install NPM packages
npm install
- Enter your API in
.envOPENAI_API_KEY= MISTRAL_API_KEY= - Start server
node server.js
- Users can capture their screen and receive summarized content.
- Users can obtain descriptions of images.
- Users can activate the extension by saying "capture," "click," or "press" the button.
- Users can listen to the content read aloud in a natural voice.