A brief description of what this project does and who it's for
usage: cli.py [-h] input_image output_image
Depth estimation using ZoeDepth
positional arguments:
input_image Path to input image
output_image Path to output image
optional arguments:
-h, --help show this help message and exit
Install depth estimation project with pip
pip install -r requirements.txt
To deploy this project run
docker build -t depth_estimation
docker run -d -p 8041:8041 depth_estimation
To run this project, you will need to add the following environment variables to your .env file
IMAGE_API_KEY
from imgbb