Instructions to use yolac/BacterialMorphologyClassification with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Keras
How to use yolac/BacterialMorphologyClassification with Keras:
# Available backend options are: "jax", "torch", "tensorflow". import os os.environ["KERAS_BACKEND"] = "jax" import keras model = keras.saving.load_model("hf://yolac/BacterialMorphologyClassification") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -102,6 +102,7 @@ The test dataset included unseen images with filenames provided in a separate fi
|
|
| 102 |
### Results
|
| 103 |
|
| 104 |
The model achieved 0.85 accuracy and F1 score on the Codalab test set.
|
|
|
|
| 105 |
|
| 106 |
#### Summary
|
| 107 |
|
|
|
|
| 102 |
### Results
|
| 103 |
|
| 104 |
The model achieved 0.85 accuracy and F1 score on the Codalab test set.
|
| 105 |
+
Codalab leaderboard: https://codalab.lisn.upsaclay.fr/competitions/20680?secret_key=b04da988-294a-4491-831c-3f4b55529a0b
|
| 106 |
|
| 107 |
#### Summary
|
| 108 |
|