Image Colorization API

Machine Learning Model used-

https://github.com/richzhang/colorization/tree/caffe

Paper –

Steps to run the api locally-

  1. Clone the repository
  2. Run pip install -r requirements.txt
  3. After successful installation run uvicorn main:app --reload to start the server
  4. Go to 127.0.0.1:8000 to check endpoints and 127.0.0.1:8000/docs#/ to test the endpoints

GitHub

View Github