Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/gherrada22/spanish-sign-translator
- Owner: gherrada22
- License: cc0-1.0
- Created: 2023-01-13T02:42:50.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-04T01:05:01.000Z (about 1 year ago)
- Last Synced: 2024-10-16T22:20:39.077Z (about 1 month ago)
- Topics: language, matplotlib, mediapipe, numpy, opencv, pycharm-ide, python, python3, spanish-language, toml
- Language: Python
- Homepage:
- Size: 14.6 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README
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