Skip to content

Fine Print Analysis Bot πŸ” is a web application that analyzes Terms and Conditions pages of websites. Using Google's Gemini models, the app intelligently extracts critical clauses such as data-sharing practices, arbitration agreements, liability waivers, billing policies, and more.

Notifications You must be signed in to change notification settings

divinesaun/tnc_graph

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

12 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ” Fine Print Analysis Bot

Fine Print Analysis Bot is an AI-powered web app that helps users analyze the fine print of websites β€” specifically, their Terms and Conditions pages. Using Google's Gemini models, it extracts and ranks important legal clauses (like data sharing, arbitration, liability waivers, and billing policies) and presents them in simple, understandable language.

⚠️ DISCLAIMER: THIS TOOL DOES NOT PROVIDE LEGAL ADVICE. ALWAYS CONSULT A LAWYER FOR LEGAL MATTERS.


πŸš€ Features

  • πŸ”— Accepts URLs to webpages containing terms of service
  • 🧠 Uses Google Generative AI Embeddings and FAISS for semantic search
  • πŸ“„ Extracts and ranks sensitive clauses like:
    • Data sharing with third parties
    • Arbitration or legal waivers
    • Automatic billing and renewals
    • Limitation of liability
  • πŸ—£οΈ Provides AI-generated plain-English summaries
  • ❌ Skips irrelevant or broken links gracefully

🧱 Tech Stack


πŸ“¦ Installation

# Clone the repository
git clone https://github.com/your-username/fine-print-analysis-bot.git
cd fine-print-analysis-bot

# Create a virtual environment
python -m venv venv
source venv/bin/activate  # On Windows: venv\Scripts\activate

# Install dependencies
pip install -r requirements.txt

About

Fine Print Analysis Bot πŸ” is a web application that analyzes Terms and Conditions pages of websites. Using Google's Gemini models, the app intelligently extracts critical clauses such as data-sharing practices, arbitration agreements, liability waivers, billing policies, and more.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages