brianAbell / Visual-Impairment-Web-Assistant

In-Progress: WebSummarizer is a digital accessibility tool designed for individuals with visual impairments. It fetches and summarizes web content, providing concise overviews in both text and audio formats, facilitating easier web navigation and understanding.
1 stars 0 forks source link

Visual-Impairment-Web-Assistant


---IMPORTANT NOTE: The MVP (Version 1.0) has a planned release of 12/15/2023. Development is still underway and I am doing this by myself so bare with me :)


Description

WebSum is a specialized web summarization tool designed with the visually impaired community in mind. By providing concise summaries of web content in both text and audio formats, our tool aims to enhance the browsing experience and make information more accessible.

Features

Motivation

With the vast amount of content on the web, it can be challenging for visually impaired users to sift through and access the information they need. WebSum was born out of the desire to provide a tailored tool that bridges this gap, ensuring that everyone, regardless of their visual capabilities, can efficiently and effectively access web content.

What Makes This Tool Different?

Getting Started

Dependencies

Installing

  1. Clone the repository:

    git clone [your-repo-link]
  2. Navigate to the directory:

    cd [your-repo-name]
  3. Create a virtual environment (Optional but recommended):

    python -m venv venv
  4. Activate the virtual environment:

    On Windows:

    venv\Scripts\activate

    On MacOS and Linux:

    source venv/bin/activate
  5. Install the dependencies:

    pip install -r requirements.txt

Executing program

Help

  1. Ensure all dependencies are installed: pip install -r requirements.txt.
  2. Ensure your virtual environment is activated.
  3. Check the logs for any specific error messages and try searching for them online.

For more assistance or to report bugs, please open an issue on this repository.

Authors

Brian Bell @BrianBe11

Version History