Skip to content

A Clear documentation on selecting the best model for ASL prediction

Notifications You must be signed in to change notification settings

vimaleshraja/ASL_Model_Selection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 

Repository files navigation

ASL_Model_Selection

A Clear documentation on selecting the best model for ASL prediction

How to access data?

I have used data from Kaggle, here is the link to the dataset: https://www.kaggle.com/datasets/grassknoted/asl-alphabet

Setup for running the code notebook:

Download the data from above link. I have created a folder structure and accessed the data with path in the code with jupyter notebook. Create same folder structure to avoid code change, once setup is ready code file will run without any change with jupyter notebook. Here is the folder structure:

Picture1

To avoid the huge data volume, and improve computational performance, I have only accessed data from ‘asl_alphabet_train’ folder and performed train, validation and test split on this data with Stratify sampling from each class.

About

A Clear documentation on selecting the best model for ASL prediction

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published