Instructions to use BACCHUS45/Potex with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Adapters
How to use BACCHUS45/Potex with Adapters:
from adapters import AutoAdapterModel model = AutoAdapterModel.from_pretrained("undefined") model.load_adapter("BACCHUS45/Potex", set_active=True) - Notebooks
- Google Colab
- Kaggle
Create curl -X POST http://localhost:3001/detect -H "Content-Type: application/json" -d '{"namespace":"satellite","type":"pothole-detection","location":{"lat":-29.12,"lon":26.22},"severity":2,"images":[],"provenance":{"source":"test"}}'
Browse files
curl -X POST http:/localhost:3001/detect -H /"Content-Type: application/json/" -d '{/"namespace/":/"satellite/",/"type/":/"pothole-detection/",/"location/":{/"lat/":-29.12,/"lon/":26.22},/"severity/":2,/"images/":[],/"provenance/":{/"source/":/"test/"}}'
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
2. Watch logs:
|