Files
gh-jeremylongshore-claude-c…/skills/computer-vision-processor/scripts/README.md
2025-11-29 18:51:05 +08:00

8 lines
498 B
Markdown

# Scripts
Bundled resources for computer-vision-processor skill
- [ ] image_analyzer.py: Script to perform various image analysis tasks (object detection, classification, segmentation) based on user input and specified models.
- [ ] model_downloader.py: Script to download pre-trained computer vision models (e.g., YOLO, ResNet) from online sources.
- [ ] format_converter.py: Script to convert images between different formats (e.g., PNG, JPG, TIFF) to ensure compatibility with analysis tools.