Skip to content

thachln/PySimpleGUI-Photo-Colorizer

 
 

Repository files navigation

Photo Colorizer API

How to start server:

In your terminal, type:

flask --app server.py run

How to use endpoints:

Base URL: http://127.0.0.1:5000

GET /api/colorizer:

This endpoint will return instructions on how to use the API.

Example: GET request example

POST /api/colorizer:

Make a POST request via Postman along with a png, jpeg, or jpg image file. Response will be colorized image.

Example: POST request example

About

Transform black and white images (or your webcam) into beautifully colored images using Deep Learning. Uses OpenCV and Numpy to Colorize your photo or webcam video. GUI provided by PySimpleGUI.

Resources

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 100.0%