Real-time-Vernacular-Sign-Language-Recognition-using-MediaPipe-and-Machine-Learning
Real-time-Vernacular-Sign-Language-Recognition-using-MediaPipe-and-Machine-Learning copied to clipboard
where to get dataset
plz provide dataset link
can you get model.pkl
In Detection/ASL_Detection.ipynb (or any of the language detection), you can get the model pickle file (model.pkl) by adding import joblib
at the top of the code, and then after the model is trained and prints the testing score save the model with joblib.dump(svm, 'modelname.pkl')