A professional-grade facial biometrics and analysis platform powered by deep learning.
Vision AI is a high-performance facial biometrics dashboard delivering real-time analysis of gender identification, age estimation, emotional spectrum analysis, and ethnicity classification. Built with state-of-the-art neural networks, it processes both live webcam feeds and uploaded images with exceptional accuracy.
Try the Vision AI Engine in action with real-time facial analysis — no installation required.
- 🎬 Live Facial Scanning — Real-time biometric HUD with neural stabilization for consistent tracking across all poses and lighting conditions.
- 🔐 Identity Verification — High-precision face matching using deep similarity metrics (VGG-Face, ArcFace) with sub-second response times.
- 🛡️ Occlusion Handling — Optimized performance for subjects with headgear (hijab), eyewear, masks, or varying lighting conditions.
- 📊 Detailed Analytics — Sub-model level breakdowns with demographic clustering, emotion spectrum analysis, and confidence metrics.
- Python 3.8+
- Webcam or image input capability
- 4GB+ RAM (8GB+ recommended for optimal performance)
-
Clone the Repository
git clone https://github.com/hodfa840/face-recognition-app-flask-python.git cd face-recognition-app-flask-python -
Create Virtual Environment
python -m venv venv source venv/bin/activate # On Windows: .\venv\Scripts\activate
-
Install Dependencies
pip install -r requirements.txt
-
Download Pre-trained Models
python scripts/download_weights.py
-
Launch the Application
python run.py
Access the dashboard at
http://localhost:5000
Developed and maintained by: hodfa840
Contact: hodfa840@student.liu.se
Vision AI Engine — Professional Facial Biometrics Platform

