Skip to content

cobanov/zoe-depth-estimation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Depth Estimation

Requirements

  • Python 3.7+
  • PyTorch
  • FastAPI (for running app.py)

Getting Started

  1. Clone this repository to your local machine:
git clone https://github.com/cobanov/zoe-depth-estimation
cd zoe-depth-estimation
  1. API Key to .env file Get your api key from imgbb
echo IMG_API_KEY='YOUR-API-KEY' > .env
  1. Build and run the docker image
docker build -t depth_estimation .
docker run -d -p 8003:8003 depth_estimation