Yolo-Pothole-Detection

1
by
DityaEn
Other
OTHER
New
0 downloads
Early-stage
Edge AI:
Mobile
Laptop
Server
Unknown
Mobile
Laptop
Server
Quick Summary

AI model with specialized capabilities.

Code Examples

📦 Instalasibash
pip install ultralytics
pip install torch torchvision
pip install opencv-python
pip install huggingface-hub
💻 Cara Penggunaanpython
from huggingface_hub import hf_hub_download
from ultralytics import YOLO

# Download model
model_path = hf_hub_download(
    repo_id="DityaEn/Yolo-Pothole-Detection",
    filename="best.pt"  # atau nama file model yang sesuai
)

# Load model
model = YOLO(model_path)

Deploy This Model

Production-ready deployment in minutes

Together.ai

Instant API access to this model

Fastest API

Production-ready inference API. Start free, scale to millions.

Try Free API

Replicate

One-click model deployment

Easiest Setup

Run models in the cloud with simple API. No DevOps required.

Deploy Now

Disclosure: We may earn a commission from these partners. This helps keep LLMYourWay free.