All Projects → floydhub → colornet-template

floydhub / colornet-template

Licence: other
Colorizing B&W Photos with Neural Networks

Programming Languages

Jupyter Notebook
11667 projects
python
139335 projects - #7 most used programming language
HTML
75241 projects

Projects that are alternatives of or similar to colornet-template

Quicksend
Send Quick Templated emails (with CV) to different companies
Stars: ✭ 27 (-12.9%)
Mutual labels:  cv
Pix2Pix-Keras
基于pix2pix模型的动漫图片自动上色(keras实现) 2019-2-25
Stars: ✭ 95 (+206.45%)
Mutual labels:  cv
BookLibrary
Book Library of P&W Studio
Stars: ✭ 13 (-58.06%)
Mutual labels:  cv
seq3
Source code for the NAACL 2019 paper "SEQ^3: Differentiable Sequence-to-Sequence-to-Sequence Autoencoder for Unsupervised Abstractive Sentence Compression"
Stars: ✭ 121 (+290.32%)
Mutual labels:  autoencoder
mae-scalable-vision-learners
A TensorFlow 2.x implementation of Masked Autoencoders Are Scalable Vision Learners
Stars: ✭ 54 (+74.19%)
Mutual labels:  autoencoder
Image deionising auto encoder
Noise removal from images using Convolutional autoencoder
Stars: ✭ 34 (+9.68%)
Mutual labels:  autoencoder
2D-and-3D-Deep-Autoencoder
Convolutional AutoEncoder application on MRI images
Stars: ✭ 57 (+83.87%)
Mutual labels:  autoencoder
vue-developer-profile
Developer's portfolio built with Gridsome + VueJS
Stars: ✭ 20 (-35.48%)
Mutual labels:  cv
maui
Multi-omics Autoencoder Integration: Deep learning-based heterogenous data analysis toolkit
Stars: ✭ 42 (+35.48%)
Mutual labels:  autoencoder
save-and-resume
Checkpoint tutorial on FloydHub for Pytorch, Keras and Tensorflow.
Stars: ✭ 36 (+16.13%)
Mutual labels:  floydhub
pytorch solov2
SOLOv2 pytorch (without mmdetection and mmcv)
Stars: ✭ 68 (+119.35%)
Mutual labels:  cv
quick-start
FloydHub quick start project - train TensorFlow model with MNIST dataset
Stars: ✭ 23 (-25.81%)
Mutual labels:  floydhub
superdirt-voltage
⚡️🎛⚡️ CV instruments for Tidal Cycles
Stars: ✭ 34 (+9.68%)
Mutual labels:  cv
handson-ml
도서 "핸즈온 머신러닝"의 예제와 연습문제를 담은 주피터 노트북입니다.
Stars: ✭ 285 (+819.35%)
Mutual labels:  autoencoder
VisualML
Interactive Visual Machine Learning Demos.
Stars: ✭ 104 (+235.48%)
Mutual labels:  autoencoder
imagenet-autoencoder
Autoencoder trained on ImageNet Using Torch 7
Stars: ✭ 18 (-41.94%)
Mutual labels:  autoencoder
catseye
Neural network library written in C and Javascript
Stars: ✭ 29 (-6.45%)
Mutual labels:  autoencoder
autoencoder for physical layer
This is my attempt to reproduce and extend the results in the paper "An Introduction to Deep Learning for the Physical Layer" by Tim O'Shea and Jakob Hoydis
Stars: ✭ 43 (+38.71%)
Mutual labels:  autoencoder
simple-resume
🐤️ simple-resume
Stars: ✭ 36 (+16.13%)
Mutual labels:  cv
jsonresume-theme-boilerplate
Boilerplate theme for JSON Resume.
Stars: ✭ 130 (+319.35%)
Mutual labels:  cv

Colornet

Today, colorization is done by hand in Photoshop, a picture can take up to one month to colorize. It requires extensive research. A face alone needs up to 20 layers of pink, green and blue shades to get it just right. But something changed this year when Amir Avni used neural networks to troll the subreddit /r/Colorization - a community where people colorize historical black and white images manually using Photoshop. They were astonished with Amir’s deep learning bot - what could take up to a month of manual labour could now be done in just a few seconds.

Try it now

Run on FloydHub

Click this button to open a Workspace on FloydHub that will train this model.

Colorizing Black&White photos

Fascinated by Amir’s neural network, Emill reproduced it and documented the process in the famous blog post: Colorizing B&W Photos with Neural Networks. In this notebook we will reproduce Emil's work by using the Full Version of his experiments.

colorization The middle picture is done with our neural network and the picture to the right is the original color photo - Image from the Blog

We will:

  • Preprocess the image data for this CV task
  • Build and train the colornet model using Keras and Tensorflow
  • Evaluate our model on the test set
  • Run the model on your own black&white and colored pictures!

Serve an interactive web page for your own model

You can easily spin up a serve job on FloydHub to demo your model through an interactive web site. Just run the following command from workspace terminal or your local machine:

floyd run --mode serve

You should be able to see the following page when visiting the FloydHub serve url:

serve-example

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].