Hello everyone
I have an Axelera Metis PCIe card with the hardware setup completed, and I am planning to build a home CCTV surveillance web application. My goal is to process multiple RTSP/IP camera streams in real time using AI models such as RetinaFace for face detection, FaceNet for face recognition, and YOLOv8n ONNX for object detection. I would like to create a web dashboard where users can view live camera feeds, detect and recognize known faces, identify unknown visitors, monitor people and objects, and store detection logs and alerts. I am considering using FastAPI as the backend and a web frontend for live monitoring and management.
I would like guidance on the best way to integrate these AI models with the Metis card and expose the results through APIs. Are there any recommended examples, repositories, or best practices for running multiple AI pipelines simultaneously on Metis? I am also interested in learning how other developers handle RTSP streams, face embedding databases, event logging, and real-time web dashboards with Axelera hardware. Any suggestions, architecture recommendations, or community projects related to surveillance and face recognition would be very helpful.

