Thanks to visit codestin.com
Credit goes to github.com

Skip to content

notplus/xcore_sdk

 
 

Repository files navigation

AIoT SDK Repository

Summary

The XMOS AIoT SDK and is intended to enable basic evaluation of xcore.ai functionality and perfomance. It comprises the following components:

  • AIoT Tools - Scripts, tools and libraries to convert TensorFlowLite for Microcontroller models to a format targetting accelerated operations.
  • FreeRTOS - Libraries to support FreeRTOS operation.
  • Examples - Examples showing a variety of operations based on bare-metal and FreeRTOS operation.
  • Documentation - Getting started guides and example build and execution instructions.

The AIoT SDK is designed to be used in conjunction with the xcore-ai Explorer board. The example applications compile targeting this board. Further information about the Explorer board, and the xcore.ai device are available to authorised parties on www.xmos.ai.

Installation

Some dependent components are included as git submodules. These can be obtained by cloning this repository with the following commands:

$ git clone https://github.com/xmos/aiot_sdk.git
$ cd aiot_sdk
$ git submodule update --init --recursive modules

Documentation

See the Getting Started Guide for instructions on installing and using the AI Toolchain Extensions.

Contributing

See the CONTRIBUTING.rst for information on building example applications, running tests, and guidelines for adding code.

About

No description, website, or topics provided.

Resources

License

Contributing

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 79.8%
  • CMake 8.0%
  • Python 6.8%
  • C++ 2.5%
  • Shell 0.8%
  • Assembly 0.7%
  • Other 1.4%