Skip to content

Latest commit

Β 

History

History
53 lines (36 loc) Β· 1.81 KB

File metadata and controls

53 lines (36 loc) Β· 1.81 KB

CI

OpenVINO Notes

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.

🎯 Goal

Build a lightweight Android notes application with on-device AI for fast, private, and efficient text processing.

πŸš€ Build & Run

Prerequisites

  • Android Studio (Ladybug+)
  • JDK 17
  • Android SDK 37
  • A connected Android device or a running emulator for install tasks

Terminal Instructions

  1. Clone the repository: git clone https://github.com/IntFxZen/openvino-notes.git

  2. Build the project: ./gradlew assembleDebug

  3. Start an emulator or connect a device, then install the debug build: ./gradlew installDebug

For a validated terminal-based emulator flow on, see docs/developer/ci-local.md.

πŸ— Architecture & Tech Stack

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

πŸ“š Documentation

Project documentation now lives in docs/: