Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
MonikaG7
/
Video_model
like
0
image-classification
Model card
Files
Files and versions
xet
Community
main
Video_model
/
inference_video_model.py
MonikaG7
Update inference_video_model.py
20b6a4a
verified
10 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
114 Bytes
from
drowsiness_model
import
DrowsinessModel
model = DrowsinessModel()
result = model.predict(
'your_video.mp4'
)