Vjtorres/SignLanguageDetection
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
Author: Joe Torres Project Title: SignLanguageDetection Description: This is a Python program that uses various libraries to train a machine learning algorithm to detect different letters of the ASL alphabet. The youtube tutorial I followed will be linked below. YouTube tutorial: https://youtu.be/MJCSjXepaAM?si=54KNdMUT0_09OiI_ NOTICE: You must use the Python 3.12.10 Interpreter Execution: The files should be run in this order: image_collect.py --> dataset.py --> train_classifier.py --> test_classifier.py