Views
No views yet
open_settingsshutdownrestartplay_musicpause_musicget_timeopen_browserintentsnap-ai/
├── data/
│ └── intents.csv
├── model/
├── train.py
├── predict.py
├── requirements.txt
└── README.md1pip install -r requirements.txt
2Train the model
3python train.py
4The trained model will be saved to the model/ directory.
5
6🔮 Run Inference
7python predict.py
8Type a sentence and the model will predict the intent in real time.
9
10🧪 Example Output
11> Shut down the system
12🎯 Intent: shutdown (0.98)