Image Colorization API
Machine Learning Model used-
https://github.com/richzhang/colorization/tree/caffe
Paper - https://arxiv.org/abs/1603.08511
Steps to run the api locally-
- Clone the repository
- Run
pip install -r requirements.txt - After successful installation run
uvicorn main:app --reloadto start the server - Go to
127.0.0.1:8000to check endpoints and127.0.0.1:8000/docs#/to test the endpoints