AlfaazPlus /
QuranApp
An ad-free and privacy-focused app for exploring the Holy Qur’an.
84/100 healthLoading repository data…
CorsiDanilo / repository
A privacy-focused Android application for high-quality audio transcription and text refinement, featuring both on-device AI for privacy and cloud-based AI for state-of-the-art accuracy. Built with Kotlin and Jetpack Compose.
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
A privacy-focused Android application for high-quality audio transcription and text refinement. Transcriber lets users choose between offline on-device processing with LiteRT-LM and cloud transcription with Gemini.
| Category | Technology |
|---|---|
| UI | Jetpack Compose / Material 3 |
| Cloud AI | Google Generative AI SDK (Gemini) |
| On-device AI | LiteRT / LiteRT-LM |
| Database | Room |
| Preferences | Jetpack DataStore |
| Architecture | MVVM with a foreground transcription service |
graph TD
UI[Jetpack Compose UI] --> VM[ViewModels]
VM --> TM[Transcription Manager]
TM --> Service[Transcription Service]
Service --> Engines[Engines: Cloud / LiteRT / AICore]
Service --> DB[(Room Database)]
Engines --> Gemini[Gemini API]
Engines --> LiteRT[Local LiteRT-LM Models]
Clone the repository along with its submodules:
git clone --recursive https://github.com/CorsiDanilo/Simple-Transcriber
Note: If you have already cloned the repository without the --recursive flag, you can initialize and download the submodules by running:
git submodule update --init --recursive
Open the project in Android Studio.
Add your Gemini API key to local.properties if you want cloud features:
GEMINI_API_KEY=your_api_key_here
Sync Gradle and run the app.
Releases are versioned in app/build.gradle.kts and documented in CHANGELOG.md. Pushing a tag such as v1.1.1 triggers the GitHub Actions release pipeline.
This project is licensed under the MIT License.
Selected from shared topics, language and repository description—not editorial ratings.
AlfaazPlus /
An ad-free and privacy-focused app for exploring the Holy Qur’an.
84/100 healthkaleedtc /
A privacy-focused Android app and wrapper for Nitter, allowing you to browse Twitter/X content without an account and subscribe to your favorite user profiles.
74/100 healthmx37 /
Privacy-focused AI assistant for Android as an alternative to Google Gemini. Voice & text input, image analysis, web search.
owen282000 /
Privacy-focused Android app that syncs Health Connect and Screen Time data to your own webhook
77/100 healthAlfaazPlus /
An ad-free and privacy-focused app for exploring the Sunnah. Currently in Beta.
71/100 healthisotjs /
A minimalist, local-first Android Todo app seamlessly integrated with Obsidian (Tasks). Built with Jetpack Compose and Material 3 for a privacy-focused Second Brain experience.
67/100 health