/Old-image-restoration-minor

Removal of scratch from images using Pix2pix achitecture

Primary LanguageJupyter Notebook

Old-image-restoration-minor

Restoration of old images using Pix2pix architecture.

Prerequisite

  • Python version: 3.9.5

Installing Dependencies

python -m pip install -r requirements.txt

How to Run

  • Clone the repo
    git clone git@github.com:Imsanskar/Old-image-restoration-minor.git
    
  • Run the script: ./setup.sh
  • Run Django Server:
python manage.py makemigrations
python manage.py migrate
python manage.py runserver

Contributors