Image Classification
Scikit-learn
Keras
English
Cloud
Classifier
YouthAI
Ensemble
Eval Results (legacy)
Instructions to use momererkoc/cloud_classifier with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Scikit-learn
How to use momererkoc/cloud_classifier with Scikit-learn:
from huggingface_hub import hf_hub_download import joblib model = joblib.load( hf_hub_download("momererkoc/cloud_classifier", "sklearn_model.joblib") ) # only load pickle files from sources you trust # read more about it here https://skops.readthedocs.io/en/stable/persistence.html - Notebooks
- Google Colab
- Kaggle
Upload folder using huggingface_hub
Browse files- .gitattributes +3 -0
- weights/InceptionV3.keras +3 -0
- weights/MetaModel.keras +0 -0
- weights/ResNet50.keras +3 -0
- weights/VGG16.keras +3 -0
.gitattributes
CHANGED
|
@@ -36,3 +36,6 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 36 |
InceptionV3.keras filter=lfs diff=lfs merge=lfs -text
|
| 37 |
ResNet50.keras filter=lfs diff=lfs merge=lfs -text
|
| 38 |
VGG16.keras filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
|
|
| 36 |
InceptionV3.keras filter=lfs diff=lfs merge=lfs -text
|
| 37 |
ResNet50.keras filter=lfs diff=lfs merge=lfs -text
|
| 38 |
VGG16.keras filter=lfs diff=lfs merge=lfs -text
|
| 39 |
+
weights/InceptionV3.keras filter=lfs diff=lfs merge=lfs -text
|
| 40 |
+
weights/ResNet50.keras filter=lfs diff=lfs merge=lfs -text
|
| 41 |
+
weights/VGG16.keras filter=lfs diff=lfs merge=lfs -text
|
weights/InceptionV3.keras
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1144a7c54b53097c1aa6895976548df815bfe60c1ce05674b614a5ae6c6f607b
|
| 3 |
+
size 94626654
|
weights/MetaModel.keras
ADDED
|
Binary file (30.7 kB). View file
|
|
|
weights/ResNet50.keras
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:186578e436ee53f083e2d3d0963dd192c57d8f4ab205e29c97c99264e5dab0c1
|
| 3 |
+
size 101325456
|
weights/VGG16.keras
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3ec4edab9c8ce7d665e80ed57c623e595ef16897481a9dbb27095554875e3253
|
| 3 |
+
size 60547333
|