Giter Site home page Giter Site logo

image-colorization-using-cgan's Introduction

Image-Colorization-using-cGAN

Introduction

This project implements a cGAN-based approach for colorizing grayscale images. It leverages the power of deep learning to generate realistic and plausible color representations for black and white photos. If you're looking for a quick start with image colorization using cGANs, check out this great repository by Moein Shariatnia: Image Colorization Tutorial. My project builds upon this by offering a more in-depth explanation on pre-processing techniques, particularly finding L,a and b values for weight initialization. Additionally, I introduce a new loss function that has shown to improve colorization results in my experiments.

Features

Trains a cGAN model to learn the mapping between grayscale and color images. Offers the ability to colorize your own grayscale images using the trained model. (Optional) Provides visualizations of the training process and generated colorized images.

Files in this repo and how to use ( Beginner Friendly Repo :D )

  • Model.py: Sequential model architecture (Feel free to experiment as you like)
  • Weights.h5: Weights and biases of our trained model (If you dont want to train the model yourself, you can implement this in the model architecture and see the magic happen!)
  • requirements.txt: File listing the required Python libraries (You can install them by using "pip install -r requirements.txt" in a new environment)
  • LICENSE
  • README.md: This file (you're reading it!).

image-colorization-using-cgan's People

Contributors

psaltisstelios avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.