Spaces:
Building
Building
File size: 1,231 Bytes
5cad993 32a90d9 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 |
---
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:
- **Hugging Face Spaces Repository**: [project-sign-language/Sign_language](https://huggingface.co/spaces/project-sign-language/Sign_language)
## GitHub Repository
The source code for this application is also available on GitHub:
- **GitHub Repository**: [ShaymaEssghaier/Sign_language](https://github.com/ShaymaEssghaier/Sign_language)
## Docker Repository
The Docker image used to deploy this application is also available on Docker Hub:
- **Docker Repository**: [remifigea/sign_language](https://hub.docker.com/r/remifigea/sign_language)
## 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.
|