Instructions to use SilverDragon9/Sniffer.AI with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Scikit-learn
How to use SilverDragon9/Sniffer.AI with Scikit-learn:
from huggingface_hub import hf_hub_download import joblib model = joblib.load( hf_hub_download("SilverDragon9/Sniffer.AI", "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
File size: 200 Bytes
0508c42 | 1 2 3 4 5 6 7 | date,time,door_state,sphone_signal,label
26-04-19,13:59:20,closed,0,1
25-04-19, 14:48:48 ,open,1,1
26-04-19,15:02:56,closed,0,1
31-03-19, 12:41:35 ,closed,false ,0
25-04-19, 08:49:02 ,closed,0,1
|