An API which would colorize a black and white image
Image Colorization API
Machine Learning Model used-
https://github.com/richzhang/colorization/tree/caffe
Paper –
Steps to run the api locally-
- Clone the repository
- Run
pip install -r requirements.txt
- After successful installation run
uvicorn main:app --reload
to start the server - Go to
127.0.0.1:8000
to check endpoints and127.0.0.1:8000/docs#/
to test the endpoints
GitHub