2026-09 LLM and admin panel

This commit is contained in:
2026-09-03 18:46:19 +03:00
parent 8320f34823
commit 951342b783
28 changed files with 716 additions and 416 deletions

View File

@@ -0,0 +1,18 @@
Title: Completed the Android speech recognition prototype
Date: 2026-09-03
Category: News
Slug: ai-proto-done
Lang: en
<video controls width="700">
<source src="../../vid/2026-09_ai-proto-done_en.mp4" type="video/mp4"/>
</video>
In August, I added the following features to the Android app:
1. integration with an LLM via OpenCode
1. a web admin panel over HTTP
The LLM enables the app to answer user questions regarding the restaurant's menu. The admin panel allows modifying the menu and downloading app logs.
With these additions, the prototype is complete and has been delivered to the client. Over July and August, I delivered exactly what was planned back in June.