Skip to content

Deepikakolli4/SummarEase

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 

Repository files navigation

SummarEase

SummarEase is a web application that allows users to summarize video content from a given URL and translate the summary into their preferred language. The application efficiently extracts subtitles, processes the content using an AI model, and provides a concise summary.

Video URL

Demo And Explanation

Features

  1. Accepts a URL and the preferred language for summarization.
  2. Extracts subtitles from videos.
  3. Processes the text using an AI model.
  4. Summarizes and translates content into the selected language.
  5. Provides an option to copy and store the summary.

Flow of the Application

  1. User Input: The user enters a URL and selects a language for summarization.
  2. Frontend Handling: The frontend sends the URL and language preference to the backend.
  3. Backend Processing: The backend extracts subtitles from the video and gathers the necessary data.
  4. Prompt Preparation: The extracted data is combined with the preferred language to form a structured prompt.
  5. AI Processing: The prompt is passed to the AI model, which generates a summarized response.
  6. Rendering Output: The summarized text is sent to the frontend for display, with an option to copy and store the summary.

Flow_Image

Installation & Setup

Prerequisites

  • Node.js
  • npm

Steps

  1. Clone the repository:
    git clone https://github.com/yourusername/SummarEase.git
    cd SummarEase
  2. Install dependencies:
    npm install
  3. Start the backend server:
    npm run server
  4. Start the frontend:
    npm start

Technologies Used

  • Frontend: React.js
  • Backend: Node.js, Express.js
  • AI Model: Gemini-API
  • Other Tools: Used As Per Requirement

Deployment Links

TRY THEM HERE

Backend
Complete App

Future Enhancements

  • Support for more video platforms.
  • Improved AI model for better summarization.
  • User authentication for personalized summaries.
  • Export summaries as PDF or text files.

Contributors

Deepika Kolli

Contributions are welcome! Feel free to open an issue or submit a pull request.

About

SummarEase is a smart and efficient platform designed to simplify content consumption by generating concise and meaningful summaries. SummarEase processes the provided YouTube URL, extracts relevant text, and delivers a well-structured summary. By leveraging advanced text processing techniques, it ensures users quickly gras

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors