Sign-language / README.md
Figea's picture
Change ports
32a90d9
|
raw
history blame
1.23 kB
metadata
title: Sign Language
emoji: 
colorFrom: gray
colorTo: pink
sdk: docker
pinned: false
license: mit

Sign Language Application

Hugging Face Spaces Repository

This Sign Language recognition application is deployed on Hugging Face Spaces using Docker:

GitHub Repository

The source code for this application is also available on GitHub:

Docker Repository

The Docker image used to deploy this application is also available on Docker Hub:

Dockerfiles

Dockerfile

Use this Dockerfile to run the application in local development mode.

To build and run the image locally:

docker build -f Dockerfile -t my-app:local .
docker run -p 5000:5000 my-app:local

Dockerfile.production

Use this Dockerfile to run the application in production mode. This is the one used on the Hugging Face Hub repository after renaming it to Dockerfile.