README

iVIT-I-WebAPI-Fast
iVIT-I
iVIT-I
iVIT-I
. It provides a more straightforward usage and integrates with iCAP, iVIT-I
is easy to integrate with your program using our Web API (ivit-i-web-api-fast)
or Python Library (ivit-i-{platform})
.PLATFORM | REPOSITORY |
---|---|
Intel | ivit-i-intel |
Xilinx | ivit-i-xilinx |
Hailo | ivit-i-hailo |
NVIDIA dGPU | ivit-i-nvidia |
NVIDIA Jetson | ivit-i-jetson |
Hardware Recommendations
Intel
Item | Detail |
---|---|
CPU | Intel® 12th Gen Core™i7/i5 processors |
Memory | 16GB |
Storage | 500GB |
OS | Ubuntu 20.04.4 |
NVIDIA
Item | Detail |
---|---|
CPU | Intel® 12th Gen Core™i7/i5 processors |
GPU | NVIDIA RTX A2000, A4500 |
Memory | 16GB |
Storage | 500GB |
OS | Ubuntu 20.04.4 |
Jetson
Item | Detail |
---|---|
Platform | Jetson Nano, Xavier NX, Xavier AGX, and Orin products. |
JetPack | 5.1.2+ ( without CUDA is okay! ) |
Pre-requirements
Docker Compose
> v2.15.X
docker compose version
).Quick Start
service
with target platform.
Arguments | Details |
---|---|
framework | support intel , nvidia , jetson now. |


Configuration
ivit-i.json
) to change the port number you want, SERVICE.PORT
for web service, NGINX.PORT
for nginx agent, etc.KEY | DESC |
---|---|
NGINX | Modify NGINX port number if the port number is in conflict. default is 6632. |
SERVICE | Modify iVIT-I service port number if the port number is in conflict. default is 819. |
ICAP | Modify HOST and PORT for the iCAP service . |