nyu058 / implementAi19

Hackathon project for mcgill implement AI 2019

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Welcome to our project for implementAi19!!

πŸ’₯πŸ’₯ YouCompress πŸ’₯πŸ’₯

A program that will reduce the memory and time by extracting the relevant data from the footage provided to the program

Getting Started

Just clone the repo. Done so with:

$ git clone git@github.com:nyu058/implementAi19.git

Prerequisites

Make sure your virtual env is housing the following packages: 🎁🎁

$ pip install numpy
$ pip install python-opencv

How to make it work ❓

After cloning the repo, run the following commands:

$ cd <repo>
$ python3 video_compression.py <path_to_file> --count

This will provide you with a file with with the following format:

   'filename_compressed.mp4'

You can see a sample output in the following links

https://github.com/nyu058/implementAi19/blob/master/fast.mov https://github.com/nyu058/implementAi19/blob/master/slow.mov

Built With

  • wrnch - Human detector API
  • openCV - Video manipulation library

Build by

Acknowledgments

  • Hackathons => epitome of hairloss

About

Hackathon project for mcgill implement AI 2019


Languages

Language:JavaScript 49.0%Language:Python 40.1%Language:HTML 5.7%Language:CSS 5.1%