Welcome to Shop Sight. This Chrome extension helps visually impaired users navigate and compare products on Amazon using voice commands.
- Node.js installed on your machine
- Git installed on your machine
- An OpenAI API key
- Open your terminal or command prompt.
- Clone the repository using the following command:
git clone [email protected]:am-ping/shop-sight.git
- In the shop-sight-main/backend/ directory, create a file named .env.
- Add your OpenAI API key in the .env file:
OPENAI_API_KEY=your_openai_api_key
- Install the necessary dependencies in shop-sight-main/backend/:
npm install
- Start the server in shop-sight-main/backend/:
node server
- Open Chrome and go to chrome://extensions/.
- Enable Developer mode by toggling the switch in the top right corner.
- Click "Load unpacked" and select the shop-sight-main/extension/ directory.
- The extension should now be loaded and visible in your list of extensions.
- 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.