An Enovate Wiki
Attachments
History
Blame
View Source
Changelog
Documentation
About An Otter Wiki
Toggle dark mode
Login
Home
A - Z
Page Index
CMMI
Governance
Template
Statement Of Work
Guidelines
Coding Standard
Android Coding Standards
Core Java
Front-End Styling (CSS)
Golang
iOS Coding Standard (Swift)
Java EE
Javascript
Python
Request structure guidelines
Scala
TypeScript
Product Integration
Practical Training PPT
Procedure
Configuration Management (CM)
Estimating (EST)
Managing Performance and Measurement (MPM)
Monitoring and Control (MC)
Peer Review (PR)
Planning (PLAN)
Process Management (PCM)
Process Quality Assurance (PQA)
Product Integration (PI)
Requirement Development Management(RDM)
Risk and Opportunity Management
Technical Solution (TS)
Verification and Validation (VV)
Process Areas
Process Areas - Documents & Evidences
Standard
Document Creation
Naming Convention Standard
Templates
Audit Plan
LLD
Enovate Tools
EnovateIT
Company Profile & Website Portfolio
Home
Local AI
Projects
Audit-matic
HLD
CommNet
Face Recognation
Document
Flowcast
Enovate IT-QMS-PL01-Project Plan-[FlowCast]-V10
HireGenius
SRS
Technical Document (LLD+HLD))
OptiQA
Sentify
SkillShift
HLD
LLD
Social Media Manager
Teams
Team Apex
Team Catalyst
Team Fusion
Team Nova
Team Orbit
Team Pulse
Team Quantum
Team Spark
Team Vision
Templates
Project Template
Team Template
Projects
Face Recognation
276580
Commit
276580
2025-10-08 12:10:28
Kirti
: System Diagram, Sequence Diagram and ERD added
Projects/Face Recognation.md
..
@@ 101,3 101,82 @@
---
**Categories:** #project #ai-hackathon-[year] #category-[your-topic]
+
+
🖼 System Diagram Components
+
External Systems
+
Cameras (outside system) → stream video into your system.
+
+
+
External Users → interact via API Gateway and receive results via Webhooks.
+
+
+
Your System
+
API Gateway
+
+
+
Entry point for external users.
+
+
+
Handles authentication, throttling, request routing.
+
+
+
Camera Streamer
+
+
+
Ingests live video feed from external cameras.
+
+
+
Converts/normalizes streams (RTSP/RTMP → processing format).
+
+
+
Face Recognition Service (Core AI Engine)
+
+
+
Processes frames from the camera streamer.
+
+
+
Detects and recognizes faces.
+
+
+
Generates events (match/no match, alerts).
+
+
+
Database
+
+
+
Stores user profiles, face embeddings, recognition logs, and camera metadata.
+
+
+
Webhook Dispatcher
+
+
+
Sends recognition results/events back to external systems in real-time.
+
+
+
Message Queue (Recommended Addition)
+
+
+
Decouples camera streamer → face recognition → webhook dispatch.
+
+
+
Ensures reliability and handles spikes in video frames/events.
+
+
+
Monitoring & Logging
+
Collects system logs and metrics for performance monitoring (Grafana, Kibana, etc.).
+
Frontend (FE)
+
Connects to API Gateway for UI interaction
+
+
**System Diagram **
+
+
+

+
+
**Sequence Diagram**
+
+

+
+
**ERD**
+
+

+
****
0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9