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.
- Python 3.9+
- FFmpeg
$> git clone https://github.com/ram02z/videosum.git
$> python3 -m venv /path/to/virtualenvs/VidSum
On Windows:
X:\> /path/to/virtualenvs/VidSum/Scripts/activate.bat
On Linux:
$ . /path/to/virtualenvs/VidSum/bin/activate
$> python3 -m pip install -U pip setuptools wheel
$> python3 -m pip install -r requirements.txt
$> cd backend
$> python3 -m app.server