Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 406 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 406 Bytes

CloudComputingProject

Using spark and a pretrained CNN, this python script will upscale video files using the power of the cloud and machine learning!

  • Dependencies:
    • ffmpeg
    • python3 and pip
  • To install python dependencies:
    • python3 -m pip install --ignore-installed -r requirements.txt
  • To run, if spark is in path, python3 sparkEnhance.py, or use spark-submit sparkEnhance.py