Dear Hailo Support Team,
I am currently studying AI and AI agents, and I am working on building a GenAI voice assistant using Hailo-10H for learning and research purposes.
My development environment:
- Raspberry Pi 5
- Ubuntu 24.04 LTS
- Hailo-10H (PCIe)
- HailoRT 5.3.0
- hailort-pcie-driver 5.3.0
- hailo_gen_ai_model_zoo 5.1.1
I am looking for the package:
hailo-genai-application_x.x.x_arm64.deb
which includes the following applications:
- hailo_whisper_app
- hailo_llm_app
- hailo_genai_app
- hailo_audio_app
However, I could not find this package on the Hailo Developer Zone download page.
Could you please advise how I can obtain this package, or what steps are required to access it?
This is for learning and research purposes.
Thank you very much for your support.
The example applications are available in our GitHub repository:
Hello,
I am working with Raspberry Pi 5 (Ubuntu 24.04 / Python 3.12) + Hailo-10H.
The installation of hailo-apps using install.sh completed successfully (Step 7/7).
However, the following GenAI directories are missing:
hailo-apps/hailo_apps/genai/
├── whisper_service
├── llm_service
├── tts_service
└── assistant_app
These directories do not exist in the current hailo-apps repository,
and install.sh does not generate them.
Question
Where can I obtain the GenAI demo applications
(whisper_service / llm_service / tts_service / assistant_app)?
-
Were they moved to another repository?
-
Are they available in the Developer Zone?
-
Or are they no longer publicly distributed?
I would like to build a fully local voice assistant (Whisper → LLM → TTS),
so I need access to the GenAI demo applications.
Thank you.