Instructions to use InuriDinethma/black-tea-powder-classifier with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Keras
How to use InuriDinethma/black-tea-powder-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://InuriDinethma/black-tea-powder-classifier") - Notebooks
- Google Colab
- Kaggle
Black Tea Powder Classifier
This repository contains a Gradio app and the trained EfficientNetV2S Keras model for black tea powder classification. It also supports open-set rejection through the NOT_TEA class.
The app loads these files from the Space:
black_tea_efficientnetv2s_crop068_best.keras
class_names.json
preprocessing_config.json
The model was trained with an image size of 384, a central crop fraction of 0.68, and ten-crop test-time augmentation. The model predicts these nine classes:
BM, BOP, BP, BROKEN_TEA, DUST, FANNING_2, PF, PW_DUST, NOT_TEA
Run Locally
Install the dependencies:
pip install -r requirements.txt
Start the Gradio app:
python app.py
- Downloads last month
- 74
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support