From ad044114fa899976a34b0cbe3c4d4465e08a3836 Mon Sep 17 00:00:00 2001 From: Aman Date: Thu, 23 Apr 2026 01:50:34 +0530 Subject: [PATCH] Add Axiom AI to Libraries section --- CONTRIBUTORS.md | 1 + README.md | 10 +++++++--- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index 09342bb..d8ccf72 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -7,6 +7,7 @@ Here's a list of open-source contributors who have compiled the resources: - [Varsha-Kulkarni](https://github.com/Varsha-Kulkarni) - [Dilmohit](https://github.com/Dilmohit) - [ardiansyahp8](https://github.com/ardiansyahp8) +- [av-feaster](https://github.com/av-feaster) - [asentris](https://github.com/asentris) - [MayorJay](https://github.com/mayorJAY) - [LeoColman](https://github.com/LeoColman) diff --git a/README.md b/README.md index 3bfd56a..1331a9a 100644 --- a/README.md +++ b/README.md @@ -380,9 +380,13 @@ ### :books: Libraries - [Accompanist](https://github.com/chrisbanes/accompanist) - - - Accompanist is a group of libraries that contains some utilities which I've found myself copying around projects which use Jetpack Compose. - + + - Accompanist is a group of libraries that contains some utilities which I've found myself copying around projects which use Jetpack Compose. + +- [Axiom AI](https://github.com/av-feaster/axiom) + + - On-device AI runtime for Android that runs ChatGPT-like features fully offline. Powered by llama.cpp with Kotlin-first clean API, local LLM inference, streaming text generation, and built-in model download manager. + - [AndroidCharts](https://github.com/HackPlan/AndroidCharts) - An easy-to-use Android charts library with animation.