Found 313 repositories(showing 30)
dataprofessor
Text Summarization App built using Langchain and Streamlit
AIAnytime
This is the official repo of Text Summarizer Streamlit App video from AI Anytime YouTube channel.
NhanPhamThanh-IT
🔎 Vietnamese Voice Search Engine - Vietnamese news search app with voice recognition and text-to-speech. Built with Streamlit, users speak queries in Vietnamese to find news and hear AI-summarized results. Hands-free news browsing experience.
Mohsen-malekifard
AI Studio — A minimal, all-in-one Python Streamlit app bundling essential AI developer tools: text summarization, README generation, code explanation, commit message creation, blog/tweet writing, and image prompt generation. Ready for instant deployment with your OpenAI API key.
jhrcook
A web app built with Streamlit that summarizes input text
saadkh1
A Streamlit app for document question answering and text summarization.
Sneh-T-Shah
AutoContentGen automates web scraping, text summarization, and article generation. Scrape Google results, summarize content using AI, generate articles with citations and custom prompts. Python/Streamlit app with Gemini API integration. Streamlines content creation for researchers, writers, students needing fast info synthesis.
akashp1712
Text Summarization App using Streamlit
WakeelDev
Text summarizer streamlit web app using t5-small from hugging face.
shuvodoes
A web app built with Streamlit and the T5 Transformer model for real-time text summarization.
aunraza-dev
A text and doc summarization app built with Streamlit, using the txtai for summarization & PyPDF2 for PDF text extraction. Users can input text or upload PDF docs to receive concise summaries.
Create a streamlit app that takes in video/audio converts it into text using Google Speech Recognition and provide summarized version of the text using Gemini Pro API
vaish621
A Streamlit-based web app that takes a YouTube video URL, fetches its transcript, and detcts the spoken language. If the transcript is in any language other than English, it is first translated into English using a multilingual translation model. The translated text is then sent to a large language model (LLM) for summarization.
thealper2
Streamlit - Wikipedia Text Summarization App using BART
tanishqbololu
NLP-Text-Summarizer-Spacy is a Streamlit app that uses SpaCy for text summarization. It enables users to input text, adjust the summary length, and generate concise summaries by identifying the most important sentences based on word frequency.
kusadit
A web application to extract and summarize text from PDF research papers using Python, Streamlit, and HuggingFace Transformers. The app intelligently breaks PDFs into chunks, summarizes the content, and displays a clear, concise summary, handling large documents efficiently.
oyedivyansh
AI Summarize App is a Streamlit-based web application that automatically summarizes documents using AI. The app allows users to upload files such as PDF or DOCX, extracts the text, and generates concise summaries in both English and Hindi. It leverages modern AI models through the Cerebras Cloud SDK to produce fast and accurate summaries.
A Streamlit app that classifies articles with URL or Text input into categories (e.g., politics, sports, technology, entertainment) and analyzes their tone (negative, positive, or neutral) using ChatGPT-Turbo API. In addition, the app summarizes the news article into different sections.
Malikabriq
A Streamlit-based AI web app that scrapes news articles from any website, extracts metadata (title, author, publish date, tags, text), summarizes content using a local transformer model (BART), and builds semantic embeddings for local retrieval — all without needing any OpenAI API key.
dipendrasingh100
Text Summarization app using streamlit.
superjose129
Text Summarization App built using Langchain and Streamlit
A web based app which includes Text generation, Text Summarizer, Grammar Checker, Question Answering and language translator. It is developed using Recent NLP Models like Bert, T5 Transformer and gpt2
renaldiangsar
PDF Text Summarization and QA app built using FastAPI, Langchain, and Streamlit
SriLaxmi1993
Generative AI project #2 - Text Summarization App built using Langchain and Streamlit
DSingla2
"A Streamlit app that summarizes text using Hugging Face's transformers library."
RAVEENRAJC
Streamlit app to extract the text and summarize with the help of llm
DiptiSinha01
AI-powered multi-mode text summarization web app using Streamlit and Hugging Face.
jumanah18
A summarizer app that I worked on using OpenAI's GPT-3, Streamlit to summarize a given text, or PDF file!
grizzlybear-tech
A tiny Streamlit app that summarizes text/articles into 3 sentences using Hugging Face.
0layiw0la
A streamlit app that uses BART and NLTK for text summarization and sentiment analysis.