Image Classification
Keras
English
tensorflow
computer-vision
age-estimation
face-analysis
resnet50v2
utkface
bias-correction
age-groups
classification
deep-learning
facial-analysis
demographic-estimation
transfer-learning
Eval Results (legacy)
Instructions to use Sharris/age-group-classifier with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Keras
How to use Sharris/age-group-classifier with Keras:
# Available backend options are: "jax", "torch", "tensorflow". import os os.environ["KERAS_BACKEND"] = "jax" import keras model = keras.saving.load_model("hf://Sharris/age-group-classifier") - Notebooks
- Google Colab
- Kaggle
Upload requirements.txt with huggingface_hub
Browse files- requirements.txt +12 -0
requirements.txt
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
gradio>=4.0.0gradio
|
| 2 |
+
|
| 3 |
+
tensorflow>=2.10.0huggingface_hub
|
| 4 |
+
|
| 5 |
+
numpy>=1.21.0tensorflow>=2.10.0
|
| 6 |
+
|
| 7 |
+
Pillow>=8.3.0numpy
|
| 8 |
+
|
| 9 |
+
opencv-python>=4.5.0pillow
|
| 10 |
+
matplotlib
|
| 11 |
+
requests
|
| 12 |
+
tqdm
|