This simple Python project converts text input into American Sign Language (ASL) images.
- Converts text to ASL images for each letter.
- Displays the corresponding ASL images in a graphical user interface.
-
Clone the repository:
git clone https://github.com/your-username/asl-text-to-image.git cd sign-speak
-
Create a virtual environment:
python -m venv venv source venv/bin/activate # On macOS/Linux venv\Scripts\activate # On Windows
-
Install dependencies:
pip install -r requirements.txt
-
Run the project:
python main.py
-
Enter text: Enter the text when prompted and see the corresponding ASL images.
main.py
: The main script for the ASL text-to-image conversion.images/
: Directory containing ASL images.
Contributions are welcome! If you find a bug or have an enhancement in mind, feel free to open an issue or submit a pull request.