Found 805 repositories(showing 30)
mittumelinda
Lightweight NLP text summarizer using Streamlit and TF-IDF. Summarize long texts instantly!
dataprofessor
Text Summarization App built using Langchain and Streamlit
ngockhanh5110
Deploy PhoBERT for Abstractive Text Summarization as REST API using StreamLit, Transformers by Hugging Face and PyTorch
TheCleverIdiott
A text and document summarizer made in python with the txtai library and hosted on Streamlit.
bhattbhavesh91
Generate summaries from texts using Streamlit & HuggingFace Pipeline
fastforwardlabs
Summarize. is a Streamlit application that performs automatic text summarization using both extractive and abstractive models.
AIAnytime
This is the official repo of Text Summarizer Streamlit App video from AI Anytime YouTube channel.
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.
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.
jhrcook
A web app built with Streamlit that summarizes input text
agniiva
This project is a Streamlit application that automatically summarizes YouTube videos by converting their audio to text and then generating a summary, allowing users to choose between OpenAI's LLM and Claude for the summarization process. Resources
AkshayAcharyaN
PDF Text Summarization and Q&A Chatbot This project is a Streamlit-based web application that allows users to upload PDF documents, extract and summarize their text content, and interact with a Q&A chatbot to get answers related to the document.
AI-LLM-Bootcamp
No description available
RamVegiraju
A Streamlit application that does NLP tasks such as Sentiment Analysis, Named Entity Recognition (NER), and Text Summarization.
marinaramalhete
Multi-feature NLP toolkit built with Streamlit — text summarization, named entity recognition, chunking, and semantic similarity powered by Transformer models. Supports English and Portuguese (PT-BR).
saadkh1
A Streamlit app for document question answering and text summarization.
SpectureRam
A Python application that generates concise summaries of text using the BART model. With an interactive Streamlit interface, users can input text and choose from various summarization styles—Normal, Precise, or Accurate—to quickly obtain a tailored summary.
AakashSingh07
AI Text Summarizer built with Python and Streamlit that generates short summaries from long text instantly.
Sgvkamalakar
Gita Summarizer extracts key insights from the Bhagavad Gita, aiding comprehension. Built with Streamlit, Azure Speech-to-Text, and LLMWare for summarization.
Kanrin-Cyou
A Telegram AI agent bot plus with a local Streamlit UI. With OpenAI Function Call, features include streaming text, web search, YouTube video summarization, and more. Designed for easy extension.
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.
AI-LLM-Bootcamp
No description available
akashp1712
Text Summarization App using Streamlit
tkmanabat
Text Summarization web application using Hugging Face transformers and Streamlit
WakeelDev
Text summarizer streamlit web app using t5-small from hugging face.
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.
shuvodoes
A web app built with Streamlit and the T5 Transformer model for real-time text summarization.
Develop a Streamlit application using Groq's API and the Llama 70B model for text summarization and translation
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.