add installation instructions
It's incopmlete, so don't do this for now
This commit is contained in:
parent
c23ec8ddbd
commit
aca8f073b4
1 changed files with 15 additions and 6 deletions
21
README.md
21
README.md
|
@ -1,23 +1,32 @@
|
|||
# ShopAI
|
||||
**_Shop wisely with AI!_**
|
||||
|
||||
This project is very early in development and does not have a release. Please use at your own risk.
|
||||
This project is very early in development and does not have a release. Please use at your own risk.
|
||||
|
||||
## Background
|
||||
The onset of the pandemic gave rise to the popularity of online shopping. In a survey cited by Balinbin (2021) focusing on changes in consumer behavior, around 90% of Filipinos would find online shopping convenient and price-friendly. Other factors mentioned in the study included the success of online live selling and the ability to communicate with sellers through these platforms. Hence, many e-commerce platforms primarily cater to teenagers and working adults, with its users already familiar with using the internet and are comfortable using these new platforms.
|
||||
The onset of the pandemic gave rise to the popularity of online shopping. In a survey cited by Balinbin (2021) focusing on changes in consumer behavior, around 90% of Filipinos would find online shopping convenient and price-friendly. Other factors mentioned in the study included the success of online live selling and the ability to communicate with sellers through these platforms. Hence, many e-commerce platforms primarily cater to teenagers and working adults, with its users already familiar with using the internet and are comfortable using these new platforms.
|
||||
|
||||
Unfortunately, there is a frequent presence of fake or misleading products within these platforms. These typically abuse the platform’s price-focused interface and use clickbait titles paired with vague or non-English descriptions, resulting in an information asymmetry and preventing some customers from purchasing correctly. This refers to "shanzhai" products that are labelled as authentic to what they are knocking off or low quality products compared against branded products.
|
||||
Worse, they are also often placed between these legitimate and adequately labeled products, increasing the difficulty and wasting customers’ time. As the friends have pointed out, the platforms also do not address the identified problem effectively.
|
||||
Unfortunately, there is a frequent presence of fake or misleading products within these platforms. These typically abuse the platform’s price-focused interface and use clickbait titles paired with vague or non-English descriptions, resulting in an information asymmetry and preventing some customers from purchasing correctly. This refers to "shanzhai" products that are labelled as authentic to what they are knocking off or low quality products compared against branded products.
|
||||
Worse, they are also often placed between these legitimate and adequately labeled products, increasing the difficulty and wasting customers’ time. As the friends have pointed out, the platforms also do not address the identified problem effectively.
|
||||
|
||||
What if we could enhance the current system through a web extension that seamlessly integrates with the shopping websites? Artificial intelligence, specifically language learning models such as GPT, will play a significant role in this extension since it has become increasingly versatile. This is useful as they can increase clarity on specific ideas and suggest certain actions. With this, the LLM can create better descriptions of products initially labeled vaguely and provide analysis and ratings considering all customer- and seller-provided product information. When all results are displayed at the proper location, users can be warned if the product is fraudulent or urged to raise necessary skepticism.
|
||||
|
||||
## Features
|
||||
- [ ] Get the available data of a specific product from the e-commerce page, adblock-like.
|
||||
- [ ] Get the available data of a specific product from the e-commerce page, adblock-like.
|
||||
- [ ] Generate comprehensive AI-generated information regarding the selected product.
|
||||
- [ ] Display the generated information within the e-commerce page.
|
||||
- [ ] The product information and its AI analysis are stored in the browser cache.
|
||||
- [ ] The product information and AI analysis are stored in the online database.
|
||||
- [ ] A help feature is available to instruct users on how to use the extension.
|
||||
|
||||
## Installation
|
||||
The extension is available via this repository's releases, and it is compatible wherever you find an extensions market. We hope to make this available on the Chrome Web Store or the Microsoft Add-Ons Store.
|
||||
|
||||
You may click the link directly if you're on Firefox or Waterfox; otherwise, you'll have to right click and save the file from the menu. In that case, you'll first need to enable developer mode for extensions to install this extension.
|
||||
1. Go to `about:extensions` on your Chromium-based web browser.
|
||||
2. Toggle the developer options.
|
||||
3. Drag and drop the extension to the window.
|
||||
4. Accept the permissions to install.
|
||||
|
||||
## Contributions
|
||||
Tripped on a bug, or did a lightbulb lit? Feel free to let us know! If there are not yet opened bug reports, please create one!
|
||||
Tripped on a bug, or did a lightbulb lit? Feel free to let us know! If there are not yet opened bug reports, please create one!
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue