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
| { | |
| "class_names": [ | |
| "0", | |
| "1", | |
| "2", | |
| "3" | |
| ], | |
| "img_size": 224, | |
| "backbone": "efficientnetb0", | |
| "ordinal": true, | |
| "risk_band": { | |
| "0": "None", | |
| "1": "Low", | |
| "2": "Medium", | |
| "3": "High" | |
| } | |
| } |