gtagency / gtagency-spring2022-face-superresolution

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Face Superresolution

Contributors

  • Akash Chakka
  • Abhay Sheshadri
  • Vidushi Maheshwari
  • manny was here

Getting Started

First, let's set up a conda environment. As of now, PyTorch and some other libraries don't work with Python 3.10, so we need to configure the environment with Python 3.9.

conda create -n face-superresolution python=3.9

Now, let's activate the environment and install the dependencies

conda activate face-superresolution
conda install -c pytorch pytorch
conda install -c conda-forge face_recognition
conda install pillow

About


Languages

Language:Python 97.1%Language:Shell 2.9%