FaceRecognitionAPI / .env_example
MinaNasser's picture
initialcommit
12d0de7
raw
history blame contribute delete
410 Bytes
APP_NAME="Auto_Proctor"
APP_VERSION="0.1"
APP_VARIENT="FaceRecognitionApi"
host="0.0.0.0"
port=3030
DETECTION_MODEL="yoloface" # Options: mtcnn, yoloface
YOLOFACE_MODEL_PATH="assets/yolov12n-face.pt" # Options: yolov12n-face.pt, yolov12s-face.pt
CHROMA_DB_PATH = "./chroma_data"
COLLECTION_NAME = "face_embeddings_collection"
SIMILARITY_THRESHOLD=0.6 # Youstina use them while quering
MAX_RESULTS=1