Skip to content

Latest commit

 

History

History
42 lines (26 loc) · 1.19 KB

README.md

File metadata and controls

42 lines (26 loc) · 1.19 KB

Restore old video with Python

About this app

This app will perform very basic level video enhancement skills using Open-CV mostly for the beginners. However, there will be a separate complex video solution will show case in the future.

How to run this app

(The following instructions apply to Posix/bash. Windows users should check here.)

First, clone this repository and open a terminal inside the root folder.

Create and activate a new virtual environment (recommended) by running the following:

python3 -m venv venv
source venv/bin/activate

Install the requirements:

pip install -r requirements.txt

Run the dummy event generation VideoRestore-App:

python restoreOldVideo.py

Screenshots

Video Restoration using Python (Very Basic) - Demo

Resources