Instructions to use hsilvosa/openplacsp-cpv-classifier with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Scikit-learn
How to use hsilvosa/openplacsp-cpv-classifier with Scikit-learn:
from huggingface_hub import hf_hub_download import joblib model = joblib.load( hf_hub_download("hsilvosa/openplacsp-cpv-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
| [ | |
| "03", | |
| "09", | |
| "14", | |
| "15", | |
| "16", | |
| "18", | |
| "19", | |
| "22", | |
| "24", | |
| "30", | |
| "31", | |
| "32", | |
| "33", | |
| "34", | |
| "35", | |
| "37", | |
| "38", | |
| "39", | |
| "41", | |
| "42", | |
| "43", | |
| "44", | |
| "45", | |
| "48", | |
| "50", | |
| "51", | |
| "55", | |
| "60", | |
| "63", | |
| "64", | |
| "65", | |
| "66", | |
| "70", | |
| "71", | |
| "72", | |
| "73", | |
| "75", | |
| "76", | |
| "77", | |
| "79", | |
| "80", | |
| "85", | |
| "90", | |
| "92", | |
| "98" | |
| ] |