JayeshBansal/age-gender-detection
0
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
pip install -r requirements.txtpython app.py
Deployment
Deployed via Docker on Hugging Face Spaces.
