This project demonstrates the usage of a CoreML model to classify American Sign-Language from a live video feed on iOS. The CoreML model was trained using CreateML on David Lee's American Sign Language Letters Dataset, which is hosted on Roboflow.
The model itself is available for use under the public-domain license, as that is what the dataset it was trained on is licensed under.
The source code is a modified version of Apple's Vision example project, Breakfast Finder. More information is available in the LICENSE.txt file.