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
- Identify the privacy policy and terms of service links.
- Install Camel AI using Python 12
- Condensing lengthy documents into key points without losing critical information
- Designing an intuitive user interface for displaying complex information
Accomplishments that we're proud of
- Created a tool that simplifies complex legal documents for the average user
- Developed an AI model capable of understanding and summarizing legal text
- Designed an intuitive severity rating system for quick risk assessment
- Built a seamless Chrome extension that integrates into users' browsing experience
- Easy way to create the Privacy Policy agent and the Terms of Service agent.
What we learned
- How to use Camel AI
- How to generate markdown with Firecrawl.
- How to identify items elements in a web page and display buttons using a Chrome Extension.
What's next for AIgremment
- Expand to support multiple languages
- Develop versions for other popular browsers
- Improve the way it identifies the links in the page.
- Create a database of analyzed policies to speed up future analyses
- Create a hub of privacy policies and terms of services.
Log in or sign up for Devpost to join the conversation.