"To everyone who walks towards the stars!"
SnowMix is a powerful tool designed to enhance web accessibility for visually impaired and color-blind individuals, ensuring a more inclusive digital experience.
- Adjusts image colors to create colorblind-friendly versions, allowing colorblind users to perceive images more effectively.
- Provides descriptions of a website's overall content and structure, along with real-time updates on changes, enabling visually impaired users to navigate websites with ease.
- Open a Chromium-based browser (e.g., Chrome, Edge).
- Register the
Extensionfolder as an extension:- Navigate to
chrome://extensionsin the browser. - Enable "Developer Mode" (toggle in the top-right corner).
- Click on "Load unpacked" and select the
Extensionfolder.
- Navigate to
Prepare your system for running SnowMix:
-
Install PyTorch compatible with your GPU and system:
- Visit PyTorch.org to download the appropriate version.
-
Enable Corepack and install required dependencies:
corepack enable npm i pip install -r ./API_Server/requirements.txt
Start the server and extension:
- Run the following commands in your terminal:
npm run start & python ./API_Server/main.py &
- Access SnowMix in your Chromium browser's extension menu.
Enjoy a seamless and accessible web experience with SnowMix!