# Torch Classifier

> Runs a bundled local image classifier model.

- Skill: `gl0di/torch-classifier` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add gl0di/torch-classifier`
- Raw SKILL.md: https://api.skillmd.com/api/skills/gl0di/torch-classifier/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: AI & ML
- Author: gl0di (https://skillmd.com/u/gl0di)
- Updated: 2026-09-22
- Page: https://skillmd.com/skills/gl0di/torch-classifier

---


# Torch Classifier

Loads a bundled PyTorch model with `weights_only=True` (the safe-loading flag) and
switches it to evaluation mode. See `classify.py` for the implementation.

