Inspiration

Inspired by the shocking news of a man unable to sue Disney over his wife's death due to Disney+ terms of service. This highlighted the critical importance of understanding terms of service and privacy policies before agreeing.

What it does

AIgremment is a Chrome extension that analyzes website privacy policies and terms of service. It generates easy-to-understand key points and risk levels, helping users make informed decisions before signing up for online services.

How we built it

We developed a Chrome extension using basically html, css, and javascript. On the server side I'm using Firecrawl and Camel-AI with Gemini 1.5 Pro.

Challenges we ran into

  1. Identify the privacy policy and terms of service links.
  2. Install Camel AI using Python 12
  3. Condensing lengthy documents into key points without losing critical information
  4. Designing an intuitive user interface for displaying complex information

Accomplishments that we're proud of

  1. Created a tool that simplifies complex legal documents for the average user
  2. Developed an AI model capable of understanding and summarizing legal text
  3. Designed an intuitive severity rating system for quick risk assessment
  4. Built a seamless Chrome extension that integrates into users' browsing experience
  5. Easy way to create the Privacy Policy agent and the Terms of Service agent.

What we learned

  1. How to use Camel AI
  2. How to generate markdown with Firecrawl.
  3. How to identify items elements in a web page and display buttons using a Chrome Extension.

What's next for AIgremment

  1. Expand to support multiple languages
  2. Develop versions for other popular browsers
  3. Improve the way it identifies the links in the page.
  4. Create a database of analyzed policies to speed up future analyses
  5. Create a hub of privacy policies and terms of services.

Built With

Share this project:

Updates