Skip to content

aniketshirodkar/LecturePal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Video Transcription and Summarization Web App

This Flask web application allows users to upload video files for transcription and provides a summarization feature using AssemblyAI and the transformers library.

Prerequisites

Make sure you have the following installed:

Installation

  1. Clone the repository:

    git clone https://github.com/your-username/your-repo.git
  2. Install the required packages:

    pip install flask assemblyai transformers

Usage

  1. Run the Flask application:

    python app.py
  2. Open your web browser and go to http://localhost:5000/.

  3. Upload a video file for transcription.

  4. View the transcription result.

  5. Click the "Summarize" button to obtain a summary of the transcription.

Configuration

  • Replace YOUR_ASSEMBLYAI_API_KEY in app.py with your AssemblyAI API key.

Dependencies

  • Flask
  • AssemblyAI
  • Transformers (Hugging Face)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published