CoolFace
Apppublic

project-sign-language/Sign_language

sourceHugging Facemitupdated 2y agoView on Hugging Face
0likes
App README

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:

bash
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.