Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/piyoki/jetson-inference-native

The native solution for Jetson Inference running on the edge
https://github.com/piyoki/jetson-inference-native

cloud-native image-classification image-recognition jetson jetson-inference kubernetes nvidia-docker

Last synced: about 1 month ago
JSON representation

The native solution for Jetson Inference running on the edge

Awesome Lists containing this project

README

        

# Jetson Inference Native

```bash
docker run --name jetson-inference-native -d \
-e TZ=Asia/Shanghai \
-p 5000:5000 \
--runtime nvidia \
hikariai/jetson-inference-native
```

```bash
curl -X POST -H "Content-Type: application/json" \
-d '{"network": "resnet-18", "url": "https://cdn.download.ams.birds.cornell.edu/api/v1/asset/171633971"}' \
http://localhost:5000/inference
```

```bash
docker logs jetson-inference-native --follow
```