Image Classification
Scikit-learn
Keras
English
Cloud
Classifier
YouthAI
Ensemble
Eval Results (legacy)
Instructions to use youth-ai-initiative/Cloud_Classifier_By_Group_2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Scikit-learn
How to use youth-ai-initiative/Cloud_Classifier_By_Group_2 with Scikit-learn:
from huggingface_hub import hf_hub_download import joblib model = joblib.load( hf_hub_download("youth-ai-initiative/Cloud_Classifier_By_Group_2", "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
Update README.md
Browse files
README.md
CHANGED
|
@@ -205,7 +205,7 @@ The training pipeline is automated:
|
|
| 205 |
|
| 206 |
## Credits
|
| 207 |
|
| 208 |
-
- **
|
| 209 |
|
| 210 |
- **Organization:** Youth AI Initiative
|
| 211 |
|
|
|
|
| 205 |
|
| 206 |
## Credits
|
| 207 |
|
| 208 |
+
- **Authors:** [Muhammed Ömer ERKOÇ](https://huggingface.co/momererkoc), [Emirhan Yusuf Alp](https://huggingface.co/Emirhan32)
|
| 209 |
|
| 210 |
- **Organization:** Youth AI Initiative
|
| 211 |
|