# Release Notes: Smart Kiosk Assistant ## 2026.2.0-rc2 This release rebuilds and re-tags every kiosk-related image on top of the latest audio-analyzer and text-to-speech microservices, alongside a consistent version bump across the stack. This update includes the following changes: - The audio-analyzer service picks up upstream streaming improvements: OpenAI-compatible streaming transcription over Server-Sent Events and a realtime WebSocket transcription endpoint, plus Video Summarization Service (VSS) response compatibility and more accurate multi-speaker segment splitting with persisted enrolment. - The text-to-speech service now supports named voices and produces faster, more natural-sounding prosody. - `audio-analyzer` and `text-to-speech` are now built and published at `2026.2.0-rc2`, replacing the previously pinned `2026.1.0` tag for text-to-speech. - `kiosk-core`, `kiosk-ui`, `queue-service`, `identity-service`, `rag-service`, and `rtsp-streamer` have all been rebuilt and re-tagged to `2026.2.0-rc2` for consistency across the deployment. ## 2026.2.0-rc1 This release expands Smart Kiosk Assistant with queue-aware ordering, a refreshed web experience, and a streamlined build workflow. This update includes the following changes: - The kiosk front end has been rebuilt as a React (Vite + TypeScript) single-page application, replacing the previous Gradio interface for a faster and more customizable web experience. - The ordering agent now runs its Qwen3-4B language model through OpenVINO Model Server (OVMS) instead of an in-process OpenVINO model, providing a dedicated, OpenAI-compatible inference endpoint for tool-calling. - A new queue analytics capability adds a person-counting service and an RTSP streamer, using YOLO detection with OpenVINO to track queue length from a video feed and expose a live MJPEG overlay stream. - The ordering flow can now adapt to real-time queue conditions, surfacing a dynamic peak-hour menu driven by the queue-service integration. - Speaker diarization has been enabled across the audio-analyzer and kiosk-core pipeline, improving turn attribution during multi-speaker interactions. - An optional multimodal identity service adds Face ID and voiceprint authentication, combining OpenVINO face and ECAPA voice inference with a FAISS index and SQLite loyalty profiles, enabled through a dedicated deployment profile. - A Makefile-based workflow simplifies setup and operations with targets for environment initialization, model download, sample-video retrieval, image build, service startup, health checks, and cleanup. - Sample-video tooling downloads and provisions the RTSP feed clips used by the queue analytics pipeline, configurable through the environment file. ## 2026.1.0 The initial release of Smart Kiosk Assistant marks the launch of a voice-enabled interactive application for retail, QSR, Airlines and other customer-facing environments. The application has the following features: - Designed as a conversational AI experience, it enables users to engage naturally through speech and receive intelligent, spoken responses in real time. - The platform brings together speech recognition, retrieval-augmented generation, and text-to-speech in a seamless, end-to-end voice interaction flow. - With browser-based voice capture and natural audio playback, the experience feels intuitive, responsive, and ready for real-world engagement. - Smart Kiosk Assistant grounds every response in an ingestible local knowledge base, helping deliver more relevant, context-aware, and business-specific answers. - Its integrated AI stack combines kiosk UI, orchestration, speech-to-text, retrieval, and speech synthesis into a unified deployment-ready application. - The experience is further enhanced by built-in visibility into model KPIs and live performance data, including runtime model details and latency metrics. - Optimized for local and edge deployment, the application leverages OpenVINO acceleration on Intel hardware for efficient AI inference. - Docker Compose packaging and flexible configuration make the solution easy to deploy, adapt, and scale across enterprise environments. - This launch establishes Smart Kiosk Assistant as a strong foundation for immersive, intelligent, and voice-first digital engagement experiences.