dkexception / PaLM-in-palm

An Android chatting app with Google's PaLM model (Bard)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Android CI

PaLM in palm

PaLM (Pathways Language Model) APIs are set of APIs offered by Google wrt their research in responsible AI and overall cognitive sciences.

This App allows us to chat with a responsible AI agent, and offers overall view of the PaLM APIs.

Architecture

This app showcases multi-module MVI architecture with Jetpack libraries; UI being fully made with Jetpack Compose.

Build steps

  1. Get the API key from Google's AI Studio
  2. Put that key in local.properties file as: palmApiKey="<YOUR TOKEN HERE>"
  3. Build and run the app as usual

Screenshots

About

An Android chatting app with Google's PaLM model (Bard)


Languages

Language:Kotlin 100.0%