Update app.py
#1
by roshankc22762 - opened
This script creates an AI-powered document summarizer using Gradio and Hugging Face's BART model.
It extracts text from PDF and DOCX files, processes the text into manageable chunks, and generates concise summaries.
The Gradio interface allows users to input text or upload documents for summarization.
Custom CSS enhances the chat interface's appearance.
The summarizer utilizes Hugging Face's BART model for effective text summarization.
pavanmutha changed pull request status to merged