Skip to content

am-ping/shop-sight

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Shop Sight Chrome Extension

Welcome to Shop Sight. This Chrome extension helps visually impaired users navigate and compare products on Amazon using voice commands.

Setup Instructions

Prerequisites

  • Node.js installed on your machine
  • Git installed on your machine
  • An OpenAI API key

Cloning the Repository

  1. Open your terminal or command prompt.
  2. Clone the repository using the following command:
git clone [email protected]:am-ping/shop-sight.git
  1. In the shop-sight-main/backend/ directory, create a file named .env.
  2. Add your OpenAI API key in the .env file:
OPENAI_API_KEY=your_openai_api_key
  1. Install the necessary dependencies in shop-sight-main/backend/:
npm install
  1. Start the server in shop-sight-main/backend/:
node server

Loading the Extension in Chrome

  1. Open Chrome and go to chrome://extensions/.
  2. Enable Developer mode by toggling the switch in the top right corner.
  3. Click "Load unpacked" and select the shop-sight-main/extension/ directory.
  4. The extension should now be loaded and visible in your list of extensions.

Using the Extension

  • Press the ctrl+alt+h keys or click the Help button to learn about the available voice commands.
  • Press the ctrl+alt+m keys or click the Mic button to issue voice commands.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published