Effective AI inferencing for embedded systems
Getting Started
Evaluation Kits
XMOS provides a range of xcore.ai development boards with a range of interfaces including:
- xcore.ai evaluation kit (XK-EVK-XU316) – for general applications
- Voice reference design evaluation kit (XK-VOICE-L71) – for directional voice applications
- xcore.ai multi-channel USB audio dev kit (XK-AUDIO-316-MC-AB) – for USB audio
Software
Install AI-Tools from PyPI with
pip install xmos-ai-tools –upgrade
For the latest development version use
pip install xmos-ai-tools --pre --upgrade
Check out the examples at ai_tools/examples