I currently build similar project. I want to record EAR reading to CSV for further analysis. How do you suggest frequency of reading? And would you implement some machine learning in the future?
you can extract eye parts of the image and predict whether eye is closed or not using ml, or use facial points to train the model to predict drowsy or awake
@@HackersRealm like how to install cmake ,dlib libraries and the entire set up that are needed before starting to code . It will be very helpful then for implementing. I mean the step by step procedure explanation will be very helpful.
I currently build similar project. I want to record EAR reading to CSV for further analysis. How do you suggest frequency of reading? And would you implement some machine learning in the future?
bro I need to make a website also for the project how do I do it using flask or grade
Bro, How to create live webcam drowsiness detection?
@@NithinsTube i have explained that in the video, I commented one line in the code which uses webcam
hi, i just wanna ask, how can i incorporate ML with a dataset of drowsy and awake images that i have?
you can extract eye parts of the image and predict whether eye is closed or not using ml, or use facial points to train the model to predict drowsy or awake
Which Python version is used?
i think it's 3.11
Bro guide me to make drowsiness detection Mine says to install face_recognition_models what to do bro dealine is ahead please help me bro
@@lifegames2989 please use the whl file that's present in GitHub to install the package without issues
Can you upload a video illustrating the modules illustration process? It will be very helpful.
could you share more info about this for better understanding!!
@@HackersRealm like how to install cmake ,dlib libraries and the entire set up that are needed before starting to code .
It will be very helpful then for implementing.
I mean the step by step procedure explanation will be very helpful.
@@arghasreepalit1111 I have already mentioned that you could use the precompiled dlib library that's in my github repo in the project folder.