Instructions to use GimhanSathsara843/cataract-classifier with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Keras
How to use GimhanSathsara843/cataract-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://GimhanSathsara843/cataract-classifier") - Notebooks
- Google Colab
- Kaggle
File size: 221 Bytes
f026fd0 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | {
"class_names": [
"0",
"1",
"2",
"3"
],
"img_size": 224,
"backbone": "efficientnetb0",
"ordinal": true,
"risk_band": {
"0": "None",
"1": "Low",
"2": "Medium",
"3": "High"
}
} |