Real-time-Vernacular-Sign-Language-Recognition-using-MediaPipe-and-Machine-Learning icon indicating copy to clipboard operation
Real-time-Vernacular-Sign-Language-Recognition-using-MediaPipe-and-Machine-Learning copied to clipboard

where to get dataset

Open saitarunmandiga opened this issue 3 years ago • 2 comments

plz provide dataset link

saitarunmandiga avatar Nov 23 '21 22:11 saitarunmandiga

can you get model.pkl

kuralovsa avatar Feb 13 '22 15:02 kuralovsa

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')

jakabo27 avatar Feb 13 '22 22:02 jakabo27