sahilichake/Document-Summarization-App-using-LLM
Document Summarization App using large language model (LLM) and Langchain framework. Used a pre-trained T5 model and its tokenizer from Hugging Face Transformers library. Created a summarization pipeline to generate summary using model.
This app helps you quickly grasp the main points of long documents. You upload a PDF file, and it provides a concise summary alongside the original document. Anyone who needs to extract key information from lengthy reports, articles, or papers without reading the entire text will find this useful.
No commits in the last 6 months.
Use this if you need to rapidly understand the core content of a PDF document without manually sifting through every page.
Not ideal if you require extremely nuanced summaries where every detail or specific phrasing is critical, as automated summarization can sometimes generalize.
Stars
14
Forks
2
Language
Python
License
—
Category
Last pushed
Oct 05, 2023
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/transformers/sahilichake/Document-Summarization-App-using-LLM"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
HHousen/TransformerSum
Models to perform neural summarization (extractive and abstractive) using machine learning...
sergio11/llm_finetuning_and_evaluation
The LLM FineTuning and Evaluation project 🚀 enhances FLAN-T5 models for tasks like summarizing...
Nihal108-bi/TextSummrizer
End-to-end text summarization project that fine-tunes PEGASUS (`google/pegasus-cnn_dailymail`)...
arq105/llm-speech-summarization
📘 Summarize speeches and documents swiftly with advanced techniques using LangChain and Groq's...
yasminedaly/Text-Summarizer
Implemented an end-to-end project for text summarization by refining the PEGASUS model on the...