Instructions to use therealestcoder/paint_defect_detector with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- timm
How to use therealestcoder/paint_defect_detector with timm:
import timm model = timm.create_model("hf_hub:therealestcoder/paint_defect_detector", pretrained=True) - Notebooks
- Google Colab
- Kaggle
File size: 266 Bytes
e7991dc | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | torch>=2.1.0 torchvision>=0.16.0 timm>=0.9.12 albumentations>=1.3.1 opencv-python>=4.8.0 numpy>=1.24 Pillow>=10.0.0 scikit-learn>=1.3.0 matplotlib>=3.7.0 tqdm>=4.65.0 fastapi>=0.110.0 uvicorn[standard]>=0.27.0 python-multipart>=0.0.9 pydantic>=2.5.0 grad-cam>=1.5.0 |