Skip to content

<ListenUp> Revolutionizing accessibility through natural-sounding TTS and insightful image and text summarization

License

Notifications You must be signed in to change notification settings

JHshin6688/AI-Screen-Reader

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AI Screen Reader

About The Project

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!

Getting Started

To get a local copy up and running follow these simple example steps.

Prerequisites

  • npm
  • python
  • Node.js
  • Express.js

Installation

  1. Get API key at OpenAI and Mistral
  2. Clone the repo
    git clone https://github.com/Prasad-Katkade/AI-Screen-Reader.git
  3. Install NPM packages
    npm install
  4. Enter your API in .env
    OPENAI_API_KEY=
    MISTRAL_API_KEY=
    
  5. Start server
    node server.js
    

(back to top)

Usage

  1. Users can capture their screen and receive summarized content.
  2. Users can obtain descriptions of images.
  3. Users can activate the extension by saying "capture," "click," or "press" the button.
  4. Users can listen to the content read aloud in a natural voice.

(back to top)

About

<ListenUp> Revolutionizing accessibility through natural-sounding TTS and insightful image and text summarization

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 31.9%
  • HTML 25.2%
  • Python 21.9%
  • CSS 21.0%