iVIT-I-WebAPI-Fast#
the faster web api for iVIT-I
iVIT-I#
iVIT (Vision Intelligence Toolkit) is an AI suite software. You can use iVIT-T to train a custom AI model and deploy it to 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})
.Hardware Recommendations#
The specification below shows the recommended requirements. In case of the use of another hardware, the correct functionality can not be guaranteed: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#
[ VERIFY ] Use this command ( docker compose version
).
[ INSTALL ] Install docker compose by following this document if you don't have docker compose. Quick Start#
Run service
with target platform.Arguments | Details |
---|
framework | support intel , nvidia , jetson now. |
Configuration#
You can modify the configuration file ( 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 . |
Please visit our Github Repository.(link)Modified at 2024-06-27 03:48:37