Skip to content

AI-driven web app | Image colorization using CNN autoencoders | implemented with Flask API

Notifications You must be signed in to change notification settings

hikmatullah-mohammadi/image-colorization

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

image-colorization

AI-driven web app | Image colorization using CNN autoencoders | implemented with Flask API

How to run

  • Clone the repo:
git clone git@github.com:hikmatullah-mohammadi/image-colorization.git
  • Install the requirements:
pip install -r requirements.txt
  • Run the Flask app file:
flask --app app.py run
  • Open this URL in your web browser: http://127.0.0.1:5000. Add a grayscale image to the web page and enjoy colorized photos.

Sample result

Sample result

Thank you! 🙌

Releases

No releases published

Packages

No packages published

Languages