OpenVINO notes is an AI-powered notes app for Android.
The project is written in Kotlin and uses OpenVINO to run AI features directly on Android devices.
Build a lightweight Android notes application with on-device AI for fast, private, and efficient text processing.
- Android Studio (Ladybug+)
- JDK 17
- Android SDK 34
-
Clone the repository: git clone https://github.com/IntFxZen/openvino-notes.git
-
Build the project: ./gradlew assembleDebug
-
Install on device: ./gradlew installDebug
The project follows Clean Architecture principles with a multi-module setup:
- :app — UI & Dependency Injection
- :domain — Business Logic & Repository interfaces
- :data — Repository implementations & Storage
- :ai — OpenVINO Java API & AI logic
Core Technologies:
- Kotlin
- Android
- OpenVINO