app.py: Gradio app entry point for Hugging Face Spacesface_type_pipeline.py: detection, quality checks, alignment, geometry features, and 12-class predictionmodels/: YuNet face detector and LBF landmark model required for inferencerequirements.txt: minimal Python dependencies1python3 -m pip install -r requirements.txt
2python3 app.pyapp.py at the repo root.requirements.txt and launch the app automatically.