Skip to content

gobbledy-gook/report.ai

Repository files navigation

report.ai

A chrome extension to rate, review and summarize websites.

Platform Python License Code style: Black


Quickstart

  1. Download the report_ai.zip file from the release and extract its contents.
  2. Open your web browser and go to chrome://extensions/.
  3. Click on Load unpacked and select the extracted folder from Step 1.

Having troubles? Read the installation guide

Dev Installation

  1. Clone the repository on your local machine using -
git clone https://github.com/gobbledy-gook/report.ai.git
  1. Once cloned,To start the local server run
python3 server.py
  1. In Google Chrome, go to chrome://extensions. Click on Load Unpacked, and select the report_ai folder from the clone.

  2. Now have fun trying out the report.ai extension.


Features

  1. Crowd Sourced Rating Mechanism: Useful in detecting less reliable websites.

  2. Quick Glance: Word cloud of most frequently occuring words will be generated. It will help user to know if the information on the webpage is relevant before going through the entire webpage.

  3. Summarizer: Bart large CNN powered summary generation.

  4. Context Query: User will be able to ask information related to content on the webpage and it will be answered by roberta.

  5. Public Leaderboard: A public leaderboard is maintained, data on the leaderboard in crowdsourced. Everyone will able to access top rated websites.


Release 0.0.3 Glimpse

This design was implemented for DotSlash 6.0. We are looking forward to make it robust and refine it further.

Techstack

  • Extension: HTML, CSS, JS
  • Backend: Flask
  • Database: MongoDB
  • LeaderBoard Frontend: ReactJS

How to Give Feedback

We encourage your feedback! You can share your thoughts with us by:


Contribution Guidelines

For information on how to contribute to this project, please take a look at our contribution guidelines.

Made by Team Paper Hat for DotSlash 6.0