CoolFace
Apppublic

JayeshBansal/age-gender-detection

sourceHugging Faceupdated 9mo agoView on Hugging Face
0likes
App README

Age & Gender Detection App

This is a Flask-based application that detects Age and Gender from facial images.

Features

  • —Deep Learning: Uses a multi-task EfficientNet model.
  • —Glassmorphism UI: Modern and responsive design.
  • —Real-time Inference: Fast processing.

Model Information

Note: The model weights file (model.ckpt) is approximately 128MB, which exceeds GitHub's standard 100MB file size limit.

To ensure optimal performance and adhere to best practices for managing large artifacts, we utilize a Hybrid Architecture:

  • —Codebase: Versioned and maintained here on GitHub.
  • —Model Weights: Hosted on Hugging Face for reliable large-file storage.

Please download the model.ckpt file from our Hugging Face repository and place it in the root directory: 👉 [Download Model Weights](LINK_TO_HF_MODEL)

How to run locally

  1. 1.pip install -r requirements.txt
  2. 2.python app.py

Deployment

Deployed via Docker on Hugging Face Spaces.