SachaIZADI / ColorGANs_site

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ColorGANs website

VLapparov and I made a website in Django from our DeepLearning class project about automated colorization of Black and White images. This repo was forked from vlapparov's initial website.

The latest version of the website is available on https://color-gan-x.herokuapp.com (:warning: it might take a few seconds for the webserver to initially launch when going on the website).

🔜 The website is still under construction. To do list:

  • Add the model architecture in th How it works section.
  • Build the API in Flask.
  • Deploy on Google Cloud.
  • Link the API to the website.

Run the website Locally

If you're interested in running the website locally on you computer, here are the steps you'll need to follow:

git clone https://github.com/SachaIZADI/ColorGANs_site.git
pip install -r requirements.txt
python manage.py migrate
python manage.py runserver

And then go on http://127.0.0.1:8000/ .

About

License:MIT License


Languages

Language:HTML 68.1%Language:Python 31.9%