A professional-grade real-time face detection and sentiment analysis system.
FaceGuard AI is designed to perform real-time facial analysis, providing high-accuracy emotion recognition and demographic estimation. Built with an extensible architecture for security and attendance tracking applications.
- Intelligent Detection: Real-time face tracking using optimized OpenCV pipelines.
- Sentiment Engine: Deep learning-based analysis of 7 core human emotions.
- Demographic Insight: Real-time age and gender classification.
- Modular Architecture: Clean, maintainable code structure for easy integration.
main.py: Entry point for the application.detector.py: Core face detection and analysis logic.utils.py: Helper functions and logging mechanisms.
- Clone the repo:
git clone https://github.com/compiledbyutkarsh/VisionSense-Engine.git - Install requirements:
pip install -r requirements.txt - Launch:
python main.py