Image Feature Extraction
MLX
English
data-label-factory
vision
dataset-labeling
object-detection
apple-silicon
gemma
falcon-perception
openrouter
yolo
Instructions to use waltgrace/data-label-factory with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- MLX
How to use waltgrace/data-label-factory with MLX:
# Download the model from the Hub pip install huggingface_hub[hf_xet] huggingface-cli download --local-dir data-label-factory waltgrace/data-label-factory
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- LM Studio
| { | |
| "$schema": "https://ui.shadcn.com/schema.json", | |
| "style": "base-nova", | |
| "rsc": true, | |
| "tsx": true, | |
| "tailwind": { | |
| "config": "", | |
| "css": "app/globals.css", | |
| "baseColor": "neutral", | |
| "cssVariables": true, | |
| "prefix": "" | |
| }, | |
| "iconLibrary": "lucide", | |
| "rtl": false, | |
| "aliases": { | |
| "components": "@/components", | |
| "utils": "@/lib/utils", | |
| "ui": "@/components/ui", | |
| "lib": "@/lib", | |
| "hooks": "@/hooks" | |
| }, | |
| "menuColor": "default", | |
| "menuAccent": "subtle", | |
| "registries": {} | |
| } | |