├── ASL.pickle ├── ASL_model.p ├── American Sign Language.png ├── LICENSE ├── README.md ├── application.py ├── collect_images.py ├── create_dataset.py ├── realtime_detection.py └── train_classifier.py /ASL.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DanialSoleimany/RealTime-ASL-Translator/HEAD/ASL.pickle -------------------------------------------------------------------------------- /ASL_model.p: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DanialSoleimany/RealTime-ASL-Translator/HEAD/ASL_model.p -------------------------------------------------------------------------------- /American Sign Language.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DanialSoleimany/RealTime-ASL-Translator/HEAD/American Sign Language.png -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DanialSoleimany/RealTime-ASL-Translator/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DanialSoleimany/RealTime-ASL-Translator/HEAD/README.md -------------------------------------------------------------------------------- /application.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DanialSoleimany/RealTime-ASL-Translator/HEAD/application.py -------------------------------------------------------------------------------- /collect_images.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DanialSoleimany/RealTime-ASL-Translator/HEAD/collect_images.py -------------------------------------------------------------------------------- /create_dataset.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DanialSoleimany/RealTime-ASL-Translator/HEAD/create_dataset.py -------------------------------------------------------------------------------- /realtime_detection.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DanialSoleimany/RealTime-ASL-Translator/HEAD/realtime_detection.py -------------------------------------------------------------------------------- /train_classifier.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DanialSoleimany/RealTime-ASL-Translator/HEAD/train_classifier.py --------------------------------------------------------------------------------