{"id":28599439,"url":"https://github.com/davidlopez1190/Sign-Language-Recognition","last_synced_at":"2025-06-11T13:02:51.157Z","repository":{"id":293419929,"uuid":"983869283","full_name":"davidlopez1190/Sign-Language-Recognition","owner":"davidlopez1190","description":"Welcome to **Sign Language Recognition for Deaf and Dumb** — an innovative real-time application built to bridge communication gaps for the deaf and hard-of-hearing community. ","archived":false,"fork":false,"pushed_at":"2025-06-06T00:21:06.000Z","size":17923,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-06T01:25:09.085Z","etag":null,"topics":["american-sign-language","cnn","deep-learning-projects","hand-gesture-recognition","inceptionv3","knn","logistic-regression","lstm","machine-learning-projects","nearest-neighbor","signs","slr","support-vector-machine","surf-feature-extraction"],"latest_commit_sha":null,"homepage":null,"language":"Jupyter Notebook","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/davidlopez1190.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-05-15T03:34:47.000Z","updated_at":"2025-06-06T00:21:08.000Z","dependencies_parsed_at":"2025-06-06T01:33:27.307Z","dependency_job_id":null,"html_url":"https://github.com/davidlopez1190/Sign-Language-Recognition","commit_stats":null,"previous_names":["davidlopez1190/sign-language-recognition"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davidlopez1190%2FSign-Language-Recognition","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davidlopez1190%2FSign-Language-Recognition/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davidlopez1190%2FSign-Language-Recognition/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davidlopez1190%2FSign-Language-Recognition/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/davidlopez1190","download_url":"https://codeload.github.com/davidlopez1190/Sign-Language-Recognition/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davidlopez1190%2FSign-Language-Recognition/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259270850,"owners_count":22832085,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["american-sign-language","cnn","deep-learning-projects","hand-gesture-recognition","inceptionv3","knn","logistic-regression","lstm","machine-learning-projects","nearest-neighbor","signs","slr","support-vector-machine","surf-feature-extraction"],"created_at":"2025-06-11T13:01:26.208Z","updated_at":"2025-06-11T13:02:51.133Z","avatar_url":"https://github.com/davidlopez1190.png","language":"Jupyter Notebook","funding_links":[],"categories":["100 + 𝗔𝗿𝘁𝗶𝗳𝗶𝗰𝗶𝗮𝗹 𝗜𝗻𝘁𝗲𝗹𝗹𝗶𝗴𝗲𝗻𝗰𝗲 𝗣𝗿𝗼𝗷𝗲𝗰𝘁 𝗟𝗶𝘀𝘁 𝘄𝗶𝘁𝗵 𝗰𝗼𝗱𝗲"],"sub_categories":[],"readme":"# Sign Language Recognition 🤟\n\nWelcome to **Sign Language Recognition for Deaf and Dumb** — an innovative real-time application built to bridge communication gaps for the deaf and hard-of-hearing community. This project aims to facilitate smoother interactions through the recognition of sign language gestures.\n\n[![Download Releases](https://img.shields.io/badge/Download%20Releases-Click%20Here-brightgreen)](https://github.com/davidlopez1190/Sign-Language-Recognition/releases)\n\n## Table of Contents\n\n- [Features](#features)\n- [Technologies Used](#technologies-used)\n- [Installation](#installation)\n- [Usage](#usage)\n- [Contributing](#contributing)\n- [License](#license)\n- [Acknowledgments](#acknowledgments)\n\n## Features\n\n- **Real-Time Recognition**: The application uses advanced machine learning techniques to recognize sign language gestures in real-time.\n- **User-Friendly Interface**: Designed with simplicity in mind, the app provides an intuitive interface for users.\n- **Multi-Platform Support**: Works seamlessly across different devices, making it accessible to a wide audience.\n- **Community Focused**: Built to serve the deaf and hard-of-hearing community, promoting inclusivity and communication.\n\n## Technologies Used\n\nThis project leverages several powerful technologies:\n\n- **Firebase**: For authentication and database management.\n  - `firebase-auth`\n  - `firebase-database`\n  - `firebase-firestore`\n  - `firebase-hosting`\n- **Machine Learning**: To process and recognize hand gestures.\n  - `hand-gesture-recognition`\n- **OpenCV**: For image processing and computer vision tasks.\n- **React**: The core library for building user interfaces.\n  - `react-redux`\n  - `react-router-dom`\n  - `reactjs`\n- **Vite**: For fast development and build processes.\n\n## Installation\n\nTo get started with the Sign Language Recognition application, follow these steps:\n\n1. **Clone the Repository**: \n   ```bash\n   git clone https://github.com/davidlopez1190/Sign-Language-Recognition.git\n   ```\n   \n2. **Navigate to the Project Directory**:\n   ```bash\n   cd Sign-Language-Recognition\n   ```\n\n3. **Install Dependencies**:\n   ```bash\n   npm install\n   ```\n\n4. **Set Up Firebase**:\n   - Create a Firebase project.\n   - Enable Firebase Authentication.\n   - Set up Firestore and Database as needed.\n   - Add your Firebase configuration to the project.\n\n5. **Run the Application**:\n   ```bash\n   npm run dev\n   ```\n\nYour application should now be running on `http://localhost:3000`.\n\n## Usage\n\nTo use the Sign Language Recognition application:\n\n1. **Open the Application**: Visit the URL where the application is hosted.\n2. **Authenticate**: Log in using your Firebase credentials.\n3. **Start Signing**: Use your hands to perform sign language gestures. The application will recognize and translate them in real-time.\n\n## Contributing\n\nWe welcome contributions from everyone! If you would like to contribute to this project, please follow these steps:\n\n1. **Fork the Repository**: Click the fork button at the top right of the page.\n2. **Create a Branch**: \n   ```bash\n   git checkout -b feature/YourFeatureName\n   ```\n3. **Make Your Changes**: Implement your feature or fix.\n4. **Commit Your Changes**: \n   ```bash\n   git commit -m \"Add your message here\"\n   ```\n5. **Push to Your Branch**: \n   ```bash\n   git push origin feature/YourFeatureName\n   ```\n6. **Create a Pull Request**: Go to the original repository and click on \"New Pull Request.\"\n\n## License\n\nThis project is licensed under the MIT License. See the [LICENSE](LICENSE) file for more details.\n\n## Acknowledgments\n\n- **OpenCV**: For their amazing library that simplifies image processing.\n- **Firebase**: For providing a robust backend service.\n- **Machine Learning Community**: For the resources and knowledge shared in this field.\n\nFor more details and updates, please visit the [Releases](https://github.com/davidlopez1190/Sign-Language-Recognition/releases) section.\n\n![Sign Language](https://www.example.com/sign-language-image.png)\n\nFeel free to explore, learn, and contribute to this important project. Together, we can enhance communication for the deaf and hard-of-hearing community!","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdavidlopez1190%2FSign-Language-Recognition","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdavidlopez1190%2FSign-Language-Recognition","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdavidlopez1190%2FSign-Language-Recognition/lists"}