Welcome to the ASL Sign Language Viewer project! This web application allows users to input words and view their corresponding American Sign Language (ASL) signs through image representations.
- User-Friendly Interface: Enter any word to see the ASL signs for each letter
- Dynamic Image Display: Upon submission, the application displays images representing the ASL signs for each letter of the entered word.
- Python: The programming language used for the application logic.
- Flask: A lightweight WSGI web application framework for Python.
- HTML: For the frontend structure of the application.
- Python 3.8+ & pip
- Run pip install Flask
-
1. Clone the repository
git clone https://github.com/mbartolotta345/Text-to-Sign-Language.git
-
2. Access the application: Open your web browser and go to
http://127.0.0.1:8000