You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
dragarcia edited this page May 10, 2020
·
10 revisions
After cloning into our GitHub project, you can proceed with Local Deployment (for development) or Heroku Deployment (for production). For both deployment approaches, we uses Docker and Docker Compose for easier set-up
Note: The required YOLOv3 pre-trained weights will be downloaded when building the Docker Images. As a result, the building of Docker Images can take up to 15 ~ 20 mins
Local Deployment
1. Building Docker
### (Re-)Building the Docker Images
$ docker-compose build
2. Starting Docker Containers
## Deploying Containers
$ docker-compose up
## Deploying Containers (In Detach Mode)
$ docker-compose up -d