githubDCS's picture
Update README for v1.0.1
07a695c verified
---
license: mit
tags:
- tflite
- android
- transaction-classification
- belgian-finance
language:
- nl
- fr
- en
- de
---
# belgo-android-encoder
Stay Steady (Android) ML artifact for on-device transaction categorisation.
| Field | Value |
|---|---|
| Version | 1.0.1 |
| File | `encoder.tflite` |
| Size | 224.19 MB |
| SHA-256 | `05b3bcd2daa9192c88c8f16e6820ad17309dee9decce1fed123a0c9546ba5f3d` |
The Android app fetches this file via the `model-download` Supabase Edge
Function (Pro-gated) which returns the HuggingFace URL only to authenticated
Pro users. The Edge Function still gates access; the URL itself is public
(same risk profile as a leaked Supabase signed URL).
## Notes\n\nv1.0.1: fp16 instead of int8 dynamic-range. The int8 converter promoted FULLY_CONNECTED to op v12 which the LiteRT 2.1.4 Android runtime refuses to load. fp16 keeps every op at v1; file grew from 113 MB to 224 MB.
## License
MIT — free to use, including in commercial applications.