Spaces:
Sleeping
Sleeping
A newer version of the Gradio SDK is available: 6.13.0
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
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
.txtfile 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
Clone the repository
git clone https://github.com/your-username/terms-summarizer-chatbot.git cd terms-summarizer-chatbot