Skip to content

ATR-Lab/PepperLLMDemo

Repository files navigation

PepperLLMDemo

A simple Android application for demonstrating API connectivity with Pepper robot.

Features

  • Single view Android application
  • Connects to a specified health endpoint (http://10.22.9.224:3000/health)
  • Displays the API response in a clean interface
  • Shows loading indicator during API calls

Setup

  1. Clone the repository
  2. Open the project in Android Studio
  3. Build and run the application on your Pepper robot or Android device

Technologies Used

  • Kotlin
  • OkHttp for network requests
  • AndroidX components
  • Material Design components

Project Structure

The application follows a standard Android project structure with a simple MainActivity that handles the API request and displays the response.