Giter VIP home page Giter VIP logo

amazonia's Introduction

Amazonia: Amazon Review Helper

Description

Welcome to Amazonia! This is a web-based application that allows Amazon customers to quickly view concise product reviews. The application is built using the Flask and Node.js framework.

Demo

Installation

  1. Clone the repository
  2. Install the dependencies

Python

cd python
pip install -r requirements.txt

Javascript

cd javascript
npm install
  1. Run the application Python
cd python
python pyserver.py

Javascript

cd javascript
npm run start

For the Chrome extension, please visit this guide for installation instructions: https://support.google.com/chrome_webstore/answer/2664769?hl=en

Usage

Visit any Amazon product page, and click the Amazonia extension icon. Then, click "Analyze" to start the analysis

Demo

Welcome page Demo

Review Analysis Demo

Technology

Chrome Extension

I used a mixture of Javascript scripts, HTML and CSS to create the page. The extension is built using the Chrome Extension API. The extension is able to communicate with the Node.js server using the Fetch API.

Backend

Infra

I used Node.js and Puppeteer.js to scrape the Amazon product page, which is then sent to the Flask backend for sentiment analysis and summarization.

Machine Learning

I used the OpenAI framework to send requests to the GPT-3 API for summarization. For the sentiment anslysis, I used this Huggingface model: https://huggingface.co/nlptown/bert-base-multilingual-uncased-sentiment

amazonia's People

Contributors

yuchenhemtl avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.