Terms-Analyzer / README.md
agusrajuthaliyan's picture
Upload README.md
e06e22e verified

A newer version of the Gradio SDK is available: 6.13.0

Upgrade
metadata
title: Terms & Conditions Summarizer Chatbot
emoji: πŸ“
colorFrom: gray
colorTo: blue
sdk: gradio
python_version: '3.10'
app_file: app.py

πŸ“ Terms & Conditions Summarizer Chatbot

Python Gradio Groq LLaMA-3 python-dotenv

A Gradio-based chatbot that reads long and complex Terms & Conditions (T&C) and gives you a simplified summary with just the key points using LLaMA 3 via the Groq API.


πŸ“˜ Project Overview

This app helps users understand lengthy legal documents by providing:

  • ⚑ Fast, AI-generated summaries of T&C content
  • πŸ“„ Support for both pasted text and .txt file uploads
  • πŸ’¬ Summaries written in bullet points for clarity
  • 🧠 Powered by LLaMA 3 hosted on Groq for speed and accuracy

🧩 Features

  • Accepts raw T&C text via a text box or .txt file upload
  • Converts dense legal language into simplified, digestible bullet points
  • Utilizes Groq's blazing-fast inference with LLaMA 3 (8B)
  • Simple and clean Gradio interface
  • Automatically handles both user input modes (text or file)

πŸ“‹ Requirements

  • Python 3.8+
  • gradio
  • groq
  • python-dotenv

βš™οΈ Setup Instructions

  1. Clone the repository

    git clone https://github.com/your-username/terms-summarizer-chatbot.git
    cd terms-summarizer-chatbot