Skip to content

RKumarAI/video-analyzer-lite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Video Analyzer

Real-time gender & age prediction from webcam or video file.

Setup

pip install -r requirements.txt
python analyzer.py

That's it. Models download automatically on first run (~900 MB).

Commands

# Webcam
python analyzer.py

# Video file
python analyzer.py --source video.mp4

# Save output
python analyzer.py --source video.mp4 --output result.mp4

# Download models manually
python analyzer.py --download-models

Press Q to quit.

About

Real-time gender & age prediction from webcam or video file using OpenCV DNN

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages