ASL Search is a computer vision project aimed at recognizing signs in American Sign Language (ASL) using pattern recognition techniques. This project was developed and presented at the OurCS@DFW UTA Student Computing Research Festival 2023.
The system uses nearest neighbor classification on ASL datasets provided by Dr. Vassilis Athitsos' research to identify and interpret ASL signs. By leveraging Python and Google Colab and libraries like NumPy, SciPy and MatPlotLib, this project demonstrates the potential of machine learning in bridging communication gaps for the deaf and hard-of-hearing community.
- Recognizes ASL signs using computer vision techniques
- Implements nearest neighbor classification for pattern recognition
- Utilizes ASL datasets from Dr. Vassilis Athitsos' research
- Developed and run in Google Colab for easy accessibility and collaboration
- Python
- Google Colab
- NumPy
- SciPy
- Matplotlib
As this project is developed in Google Colab, no local installation is required.
-
Run the cells in the notebook sequentially.
-
The notebook includes functions for:
- Loading and processing ASL sign data
- Standardizing sign representations
- Implementing nearest neighbor classification
- Evaluating accuracy of the classification
-
Key functions include:
load_annotations()
andload_handface()
for loading dataset informationstandardize3()
for normalizing sign datamake_set3()
for creating standardized datasetscompute_dist3()
for computing distances between signstopk_accuracy()
for evaluating the model's accuracy
-
The notebook demonstrates the improvement of the model through different iterations, with the final version using both dominant and non-dominant hand data.
-
You can modify the
fixed_size
variable to adjust the number of frames used in the standardized representation of signs. -
The final accuracy of the model is printed at the end of the notebook.
- Shubham Chandravanshi
- Dr. Vassilis Athitsos
- Dr. Vassilis Athitsos, Professor of Computer Science and Engineering at The University of Texas at Arlington, for providing the ASL datasets and research guidance.
- Email: athitsos@uta.edu
- Research Interests: Computer Vision, Machine Learning, Data Mining, Gesture and Sign Language Recognition, Face Recognition
- OurCS@DFW UTA Student Computing Research Festival 2023 organizers and mentors.
MIT License
Copyright (c) 2024 Shubham Chandravanshi