https://github.com/vishwanathm03/text_summarizer
Text Summarizer App using Streamlit, Google Gemini API, and Python This web application allows users to input text and generate concise summaries using the Google Gemini API. The app is built with Streamlit for an interactive user experience, making it simple and efficient to summarize large text inputs.
https://github.com/vishwanathm03/text_summarizer
gemini-api input python3 streamlit text-summarization
Last synced: 2 months ago
JSON representation
Text Summarizer App using Streamlit, Google Gemini API, and Python This web application allows users to input text and generate concise summaries using the Google Gemini API. The app is built with Streamlit for an interactive user experience, making it simple and efficient to summarize large text inputs.
- Host: GitHub
- URL: https://github.com/vishwanathm03/text_summarizer
- Owner: Vishwanathm03
- Created: 2024-10-20T05:56:56.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-20T05:57:37.000Z (over 1 year ago)
- Last Synced: 2025-02-13T14:41:33.859Z (over 1 year ago)
- Topics: gemini-api, input, python3, streamlit, text-summarization
- Language: Python
- Homepage:
- Size: 26.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Text Summarizer App using Streamlit, Google Gemini API, and Python
This web application allows users to input text and generate concise summaries using the Google Gemini API. The app is built with Streamlit for an interactive user experience, making it simple and efficient to summarize large text inputs.
Features:
User Text Input: Enter any text directly through the web interface.
AI-Powered Summarization: Uses Google Gemini API to generate concise summaries.
Streamlit Interface: Easy-to-use and responsive web UI.
Tech Stack:
Python for backend logic
Streamlit for the user interface
Google Gemini API for AI-based text summarization