Skip to content

Commit

Permalink
Add section on Docker deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
clementsan committed Jan 13, 2025
1 parent 4ab5c44 commit 52e52a0
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ You can try out our deployed [Hugging Face Space](https://huggingface.co/spaces/
- [Local development](#1-local-development)
- [AWS deployment](#2-deployment-to-aws)
- [Hugging Face deployment](#3-deployment-to-hugging-face)
- [Docker Hub deployment](#4-deployment-to-docker-hub)
----

## 1. Local development
Expand Down Expand Up @@ -177,3 +178,11 @@ Hugging Face space URL:
https://huggingface.co/spaces/cvachet/object_detection_lambda

Note: This space uses the ML model deployed on AWS Lambda


## 4. Deployment to Docker Hub

This web application is available on Docker Hub as a docker image

URL:
https://hub.docker.com/r/cvachet/object-detection-lambda

0 comments on commit 52e52a0

Please sign in to comment.