Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/gherrada22/spanish-sign-translator

This project uses Python and the OpenCV and MediaPipe libraries to detect and translate signs in real time.
https://github.com/gherrada22/spanish-sign-translator

language matplotlib mediapipe numpy opencv pycharm-ide python python3 spanish-language toml

Last synced: 16 days ago
JSON representation

This project uses Python and the OpenCV and MediaPipe libraries to detect and translate signs in real time.

Awesome Lists containing this project

README

        


Logo


Spanish Sign Translator





This project uses Python and the OpenCV and MediaPipe libraries to detect and translate signs in real time into Spanish. The project is designed to recognise and translate American Sign Language (ASL) signs and is ideal for those interested in learning or communicating with people who are deaf or hard of hearing.

Β 

# ⚜ DEMO

![execution of signs - test 05](https://user-images.githubusercontent.com/104341274/212187614-a8719799-51ee-4f8e-8576-783b8b491e88.jpg)
![execution of signs - test 04](https://user-images.githubusercontent.com/104341274/212187618-699d81ea-666d-4e9f-a892-27fcc7e89026.jpg)
![execution of signs - test 03](https://user-images.githubusercontent.com/104341274/212187620-9be32e89-b56c-47c2-8f38-fe628f076aae.jpg)
![execution of signs - test 02](https://user-images.githubusercontent.com/104341274/212187621-208d4204-3056-4d3f-98ea-fdc0632f29ac.jpg)
![execution of signs - test 01](https://user-images.githubusercontent.com/104341274/212187628-3557f0a1-d5da-44de-bdfd-eaca635cbf53.jpg)

### πŸ“Œ Requirements

- Python 3.8 (or lower to avoid errors)
- OpenCV 4.x
- MediaPipe

### πŸ”° Installation

- Download or clone this repository.
```
git clone https://github.com/gherrada22/Spanish-Sign-Translator.git
```
- Download the necessary requirements with the following command in the terminal:
```
pip install -r requirements.txt
```

## βœ… Running the tests

Once the libraries are installed, type in your terminal the root location of the repository:

```
py app.py
python app.py
python3 app.py
```
Make sure you have a webcam enabled and focused on the sign you want to translate.

## πŸ› οΈ Built with the following tools

* [MediaPipe](https://google.github.io/mediapipe/solutions/hands) - Main library for hand position detection.
* [OpenCV](https://docs.opencv.org/4.5.5/) - Viewer and image capturing device for identification.
* [NumPy](https://numpy.org/) - Used to generate coordinate normalisation.

## ⚠ Notice

This project is for educational purposes only and should not be used for commercial or production purposes. Translation accuracy may vary depending on lighting conditions and quality of signage. Higher processing power may be required for better results.

## πŸ“„ Licence

This project is licensed under the Creative Commons Attribution License - see the file [LICENSE.md](https://github.com/gherrada22/Spanish-Sign-Translator/blob/main/LICENSE) for details.

## ❀ Contribute
This project is open source and we are happy to receive contributions. If you would like to contribute, please follow these steps:

1. Make a fork of the repository.
2. Create a branch for your feature or bugfix (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Added my new feature'`)
4. Push your branch (`git push origin my-new-feature`)
5. Create a pull request.

Β 



Copyright Β© 2023-present George Herrada FarfΓ‘n