https://github.com/subhayudutta/summifynow
SummifyNow is a web application that provides summarization services for various types of content, including text, video, audio, and text-to-image conversion.
https://github.com/subhayudutta/summifynow
langchain openai python pytube streamlit
Last synced: about 2 months ago
JSON representation
SummifyNow is a web application that provides summarization services for various types of content, including text, video, audio, and text-to-image conversion.
- Host: GitHub
- URL: https://github.com/subhayudutta/summifynow
- Owner: subhayudutta
- Created: 2023-06-19T15:17:00.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-04-30T15:34:19.000Z (about 2 years ago)
- Last Synced: 2025-10-04T22:52:55.584Z (9 months ago)
- Topics: langchain, openai, python, pytube, streamlit
- Language: Python
- Homepage: https://summifynow.onrender.com/
- Size: 49.5 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SummifyNow
SummifyNow is a web application that provides summarization services for various types of content, including text, video, audio, and text-to-image conversion.

## Website
The SummifyNow website is hosted at: (https://summifynow.onrender.com)
## Features
- Text Summaries: Generate concise summaries of written text.
- Video Summaries: Create brief summaries of YouTube videos.
- Audio Summaries: Transcribe and summarize audio files.
- Text-to-Image: Convert text input into an image representation.
## Technologies Used
- Python: The core programming language used for the backend development.
- Streamlit: A web application framework for creating interactive user interfaces.
- OpenAI: APIs used for text summarization and transcription.
- PyTube: A library for downloading YouTube videos.
- MoviePy: A library for video and audio processing.
- EasyOCR: A library for optical character recognition.
- Pillow: A library for image processing.