Skip to content

neurala/aitrios-tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Neurala Tools for Sony AITRIOS

How to use

You may use this repository directly or as reference for your own project.

It is recommended to use python venv when using the tools. Example process:

Linux

python -m venv ./venv
./venv/bin/python -m pip install -r <tool>/requirements.txt
./venv/bin/python <tool>/<tool>.py <args>

Windows

python -m venv .\venv
.\venv\Scripts\python -m pip install -r <tool>\requirements.txt
.\venv\Scripts\python <tool>\<tool>.py <args>

Content

Ouput Deserialization

Deserialization allow you to parse Neurala Applications output.

Model Upload

Allows to upload a WASM appliation to your AITRIOS console.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages