Image Classification
ultralytics
Core ML
English
yolo
yolov8
go
baduk
weiqi
board-game
computer-vision
ios
Eval Results (legacy)
Instructions to use rociiu/yolo-go-stone-classifier with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- ultralytics
How to use rociiu/yolo-go-stone-classifier with ultralytics:
from ultralytics import YOLOvv8 model = YOLOvv8.from_pretrained("rociiu/yolo-go-stone-classifier") source = 'http://images.cocodataset.org/val2017/000000039769.jpg' model.predict(source=source, save=True) - Notebooks
- Google Colab
- Kaggle
Ctrl+K