Restoration of old images using Pix2pix architecture.
- Python version: 3.9.5
python -m pip install -r requirements.txt
- 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