Not to be confused with the comercial offering on PlayStore
- Go to Google AI Studio.
- Login with your Google account.
- Create an API key. Free at the time of writing this.
- Check out this repository.
git clone https://github.com/lllsondowlll/PersonalAi-Android - Open and build the project folder of this repo in Android Studio.
- Paste your API key into the
local.propertiesfile under the populatedsdk.dirlike so:
sdk.dir=/path/to/your/android_studio
apiKey=YOUR_API_KEY_HERE
- Run the app. Note: Anything typed in square brackets [You bark like a dog] will override the model's system instructions dynamically.
- For detailed instructions, try the Android SDK tutorial on ai.google.dev.
Features:
- chat / text message mode
- hands free Voice-to-Voice mode with natural sounding inflection. --Free APIs
TODO:
- local directory and Google Drive upload / download integration
- Model file ingestion and analysis
- Multi-modal image, audio, and video generation
- Model web searching and embedded link previewing (i.e. Youtube video)