Skip to content

ram02z/videosum

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 

Repository files navigation

vidsum

VidSum is an online video summarisation tool that allows you to import videos and recieve a full transcript and summarisation of the video.

Never again will you watch that boring lecturer. You can now summarise the whole video in just a few clicks.

Requirements

  • Python 3.9+
  • FFmpeg

Setup

Clone the git repository

$> git clone https://github.com/ram02z/videosum.git

Create a virtual enviorenment

$> python3 -m venv /path/to/virtualenvs/VidSum

Activate the virtual environment

On Windows:

X:\> /path/to/virtualenvs/VidSum/Scripts/activate.bat

On Linux:

$ . /path/to/virtualenvs/VidSum/bin/activate

Update pip and related packages

$> python3 -m pip install -U pip setuptools wheel

Install the dependencies

$> python3 -m pip install -r requirements.txt

How to run the web application

$> cd backend
$> python3 -m app.server

About

Video Summariser for HackNotts21

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •