Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:51:05 +08:00
commit 99c2c65817
8 changed files with 167 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
# 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.