https://github.com/cameronking4/xperienceshopping-chromeextension
Enables users to create a profile saved only to local storage and get size recommendations across sites. This is the ultimate size recommendation plugin, saving time & money for online shoppers as it uses CV to predict body measurements and GPT 4 to provide size recommendations specific to a brand.
https://github.com/cameronking4/xperienceshopping-chromeextension
ai body-measurements chrome-extension computer-vision ecommerce gpt-4 natural-language-processing online-shopping size-recommendation smpl-model xperience
Last synced: 9 months ago
JSON representation
Enables users to create a profile saved only to local storage and get size recommendations across sites. This is the ultimate size recommendation plugin, saving time & money for online shoppers as it uses CV to predict body measurements and GPT 4 to provide size recommendations specific to a brand.
- Host: GitHub
- URL: https://github.com/cameronking4/xperienceshopping-chromeextension
- Owner: cameronking4
- Created: 2023-09-04T21:48:27.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-09-17T20:09:15.000Z (about 2 years ago)
- Last Synced: 2025-01-12T19:13:11.650Z (10 months ago)
- Topics: ai, body-measurements, chrome-extension, computer-vision, ecommerce, gpt-4, natural-language-processing, online-shopping, size-recommendation, smpl-model, xperience
- Language: HTML
- Homepage: https://xperience-shopping.webflow.io/
- Size: 6.54 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Xperience Shopping Chrome Extension (v1)
Xperience Shopping provides software to reduce returns for ecommerce brands by enabling a more personal, sustainable shopping experience. This is the chrome extension, free for all who find this repo. Simply create a profile saved only to local storage and get size recommendations across sites.
Behold the ultimate size recommendation plugin, saving time & money for online shoppers as it uses CV to predict body measurements and GPT 4 to provide size recommendations specific to a brand. This chrome extension shows proof of concept for getting recommendations agnostic to product and specific to brand size charts. It does not save or store your data, however the extension will make requests to Xperience Shopping API & Meshcapade Gmbh APIs.
Follow the steps below to download and install this extension manually.
## Prerequisites
- Google Chrome browser
- Git installed on your computer
## Downloading the Repository
### Option 1: Download ZIP
1. Click on the `Code` button on the top-right corner of this GitHub repository.
2. Select `Download ZIP`.
3. Once downloaded, unzip the folder to your desired location.
### Option 2: Clone the Repository
1. Open your terminal or command prompt.
2. Navigate to the directory where you want to clone the repository.
3. Run the following command:
```bash
git clone https://github.com/your-username/your-repository-name.git
```
## Installing the Extension
1. Open Google Chrome.
2. Navigate to `chrome://extensions/` by typing it into the address bar and hitting `Enter`.
3. Turn on `Developer mode` by clicking the toggle switch on the top-right corner.
4. Click on `Load unpacked`.
5. Navigate to the directory where you unzipped or cloned the repository.
6. Select the folder and click `Open`.
The extension should now be installed and you should see it in your list of Chrome extensions.
## Usage
Once installed, you can use the extension by clicking its icon in the Chrome extension toolbar.
## Troubleshooting
If you encounter any issues, please check the following:
- Make sure you have the latest version of Google Chrome.
- Ensure that `Developer mode` is enabled in `chrome://extensions/`.
For additional help, please open an issue in this repository.