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,support,sensitivity,specificity,PPV,NPV,F1 | |
| 0,35,1.0,1.0,1.0,1.0,1.0 | |
| 1,36,0.8611,0.981,0.9394,0.9537,0.8986 | |
| 2,34,1.0,0.9346,0.8293,1.0,0.9067 | |
| 3,36,0.8889,1.0,1.0,0.9633,0.9412 | |