/major-project

Using power of deep learning to enhance resolution of videos

Primary LanguagePythonMIT LicenseMIT

major-project

Local Development

  • Clone this repository to your local machine

    git clone https://github.com/amitness/major-project
  • In the directory where you placed the cloned repo, create a virtual environment for Python:

    pip install virtualenv
    virtualenv -p python3 venv
  • Activate your virtual environment

    source venv/bin/activate
  • Install all required packages:

    pip install -r requirements.txt
  • Install ffmpeg package

    sudo add-apt-repository ppa:mc3man/trusty-media
    sudo apt-get update
    sudo apt-get install ffmpeg

    Ubuntu 16.04:
    sudo add-apt-repository ppa:jonathonf/ffmpeg-3

  • For webapp, goto the webapp directory and run following command to install required frontend libraries.

    bower install
    

License

This project is licensed under the MIT License - see the LICENSE file for details