File size: 1,599 Bytes
178b26a
b32a064
178b26a
 
 
 
 
 
 
 
38d7187
b32a064
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
38d7187
b32a064
38d7187
b32a064
 
 
 
 
 
 
 
38d7187
b32a064
 
 
 
38d7187
b32a064
38d7187
 
 
 
b32a064
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
38d7187
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
---

title: Facerec
emoji: πŸ“š
colorFrom: purple
colorTo: pink
sdk: gradio
sdk_version: 5.13.2
app_file: app.py
pinned: false

tags:
  - Computer Vision
  - Image Classification
  - Object Detection
  - Image Segmentation
  - Image-to-Text
  - Image Feature Extraction
  - Keypoint Detection
  - Zero-Shot Object Detection
  - Feature Extraction
  - Face Recognition
  - Identity Verification
  - Image Processing
  - Security
  - Biometrics
  - Deep Learning
  - AI
  - Machine Learning
  - Neural Networks
  - Image Recognition
  - YOLO
  - MediaPipe
  - Face Detection
  - Hand Tracking
  - Eye Color Detection
  - Blink Detection

---

## πŸš€ Features:
- **Face Detection & Recognition** (YOLO + FaceNet)
- **Anti-Spoofing** (Laplacian Variance)
- **Hand Tracking** (MediaPipe Hands)
- **Blink Detection** (MediaPipe FaceMesh)
- **Eye Color Detection** (Dominant Color Analysis)
- **Customizable Confidence Thresholds**
- **User Enrollment & Database Management**

## πŸ›  Installation:
```bash
pip install -r requirements.txt
```

## ▢️ Usage:
```bash
python app.py
```

## πŸ–Ό Upload Images:
The system only supports **image uploads** (no live video) for efficiency.

## πŸ’‘ Technologies Used:
- **Gradio** (UI)
- **YOLO** (Face Detection)
- **DeepSORT** (Face Tracking)
- **FaceNet** (Embedding & Recognition)
- **MediaPipe** (Hand & Face Analysis)
- **OpenCV** (Image Processing)
- **Torch** (Deep Learning)

## 🎯 Applications:
- **Identity Verification**
- **Biometric Security**
- **Real-Time Image Analysis**
- **User Authentication Systems**
- **Human-Computer Interaction**