Welcome to the complete documentation for the Hailo Applications repository. This page serves as the central hub for all guides and resources.
For end-users. This section is your go-to resource for getting the applications up and running. It includes:
- Installation Guide: Comprehensive instructions for installing the Hailo Application Infrastructure on supported platforms, including automated and manual installation steps.
- Running Applications: A detailed guide to using the pre-built AI applications, including examples for different input sources and a full command-line reference.
- Repository Structure: An explanation of the project's directory structure.
- Configuration: An explanation of the
config.yamlfile and how to customize system-wide settings.
For developers and contributors. This section provides the technical details you need to build on top of our framework. It includes:
- Application Development: The primary guide for developers. It covers the core concepts of the Python framework and how to build new applications.
- Writing a C++ Post-Process: A step-by-step tutorial for creating custom C++ post-processing functions for new or unsupported neural networks.
- Retraining Models: A step-by-step tutorial for retraining models.
References for applications guides.