Skip to content

prathamesh20003/VideoSummarization

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Video Summarization Web Application

Description

The Video Summarization App is a web application built with React and Vite that allows users to analyze YouTube videos. Users can enter a YouTube URL to generate summaries, transcriptions, and quizzes based on the video's content.

Features

  • Extracts the video ID from the provided YouTube URL.
  • Displays the video in an embedded player.
  • Supports multiple tabs for different functionalities:
    • Transcription
    • Summarization
    • Quiz generation
    • Word analysis

Technologies Used

  • React: A JavaScript library for building user interfaces.
  • Vite: A fast development server and build tool.
  • Material-UI: A popular React UI framework for building responsive and modern UIs.
  • React Router: For client-side routing.

Getting Started

To run this application locally, follow these steps:

  1. Clone the repository:

    git clone https://github.com/your-username/video-summarization.git cd video-summarization

  2. Install dependencies: npm install

  3. Run the application: npm run dev

  4. All Required Package: npm install @mui/material @emotion/react @emotion/styled @mui/icons-material react-router-dom lucide-react

Open your browser and navigate to http://localhost:3000 to see the app in action.

Usage Enter a valid YouTube URL in the input field. Click on the "Generate Summary" button to analyze the video. Switch between tabs to view different functionalities. Contributing Contributions are welcome! If you'd like to contribute, please follow these steps:

Notes:

  • Replace your-username in the clone command with your actual GitHub username.
  • You can expand on any section if you have more specific details about the app or any addi

About

A Video Summarization Platform using reactjs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 96.3%
  • HTML 3.7%