Logo Lanfrica

Christopher-Onunze/naijasign2text

Domain:

natural language processing

Record type:

software
Creator:
Chr
Host:
Convert Nigerian Sign Language to text using JavaFX # NaijaSign2Text ๐ŸคŸ๐Ÿ“ **NaijaSign2Text** is a desktop application designed to translate Nigerian Sign Language (NaijaSign) into readable text using JavaFX. This is a personal Java project by Christopher Onunze to explore how technology can assist the Deaf community in communication. --- ## ๐Ÿš€ Features - JavaFX-based user interface - Placeholder for webcam or image input (future) - Potential integration with gesture recognition (coming soon) - Clean Maven-based structure for easy development - Designed with accessibility in mind --- ## ๐Ÿ› ๏ธ Built With - **Java 17** - **JavaFX 17.0.8** - **Maven** for build management - Planned: **OpenCV** or **TensorFlow** for image/gesture recognition --- ## ๐Ÿง‘๐Ÿพโ€๐Ÿ’ป How to Run ### Prerequisites: - Java 17 installed - JavaFX SDK (17.0.8) downloaded - Maven installed and configured ### Run with Maven: ```bash mvn clean javafx:run