Skip to content

Instantly share code, notes, and snippets.

View Praveenlingala378's full-sized avatar
🏠
Working from home

Praveen Sai Lingala Praveenlingala378

🏠
Working from home
  • Rezlers
  • Bangalore
View GitHub Profile
import cv2
import numpy as np
from typing import Dict, List, Any
import face_recognition
import base64
from io import BytesIO
from PIL import Image
# Agent Framework (following the reference pattern)
class Agent: