nerve-sparks / iris_android

Local LLM App

Home Page:https://nervesparks.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Iris

Project Description

  • This repository contains llama.cpp based offline android chat application cloned from llama.cpp android example. Install, download model and run completely offline privately.
  • The following are the instructions to run this application.

Run

Build

  • Download Android studio
  • Clone this repository and import into Android Studio

git clone https://github.com/nerve-sparks/iris_android.git

  • Open developer options on the Android mobile phone.
  • Enable developer options.
  • Click on developer options and enable wireless debugging.
  • In Android Studio, select the drop down on the left side of the 'app' button on the Navbar.
  • Select on 'Pair devices using Wi-Fi'. A QR code appears on screen.
  • Click on wireless debugging on Android phone. Select 'Pair device with QR code'. Scan the code. (Make sure both devices are on the same Wi-fi)
  • You can use Usb Debugging also to connect your phone.
  • Once the phone is connected, select the device name in the drop down menu and click on play button.
  • In the app, click on 'Download Stable LM'. The model will download and load automatically.
  • Now you can run the app offline. (In airplane mode as well)

Maintained by Nerve Sparks

Contributing

  • Clone it.
  • Create your feature branch (git checkout -b my-new-feature)
  • Commit your changes (git commit -m 'Add some feature')
  • Push your branch (git push origin my-new-feature)
  • Create a new Pull request.

About

Local LLM App

https://nervesparks.com/

License:Apache License 2.0


Languages

Language:Kotlin 72.5%Language:C++ 23.4%Language:CMake 4.0%