https://github.com/richzhang/colorization/tree/caffe
Paper - https://arxiv.org/abs/1603.08511
- 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