Skip to content

javierburgosv/dcnn-upscaler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

📓 Image Upscaling DCNN with Keras

A very simple image upscaling deep convolutional neural network (DCNN) made using Keras. The network is trained on the BSDS500 dataset.



🔍 About

This is a basic experiment to learn about image processing using Keras. The trained model is being deployed on this repository to showcase the results as part of a full stack data science demo project.

Feel free to fork this repo and experiment with the code.