RPi AI v1.0.1
AI written in Python to control a companion bot hosted on a Raspberry Pi.
Quick Start
# Download and extract
wget https://github.com/javidahmed64592/rpi-ai/releases/download/v1.0.1/rpi_ai_1.0.1.tar.gz
tar -xzf rpi_ai_1.0.1.tar.gz
cd rpi_ai_1.0.1
# Set up environment variables
cp .env.example .env
# Run the container using Docker Compose
docker compose up -dAccess Points
- API Server: https://localhost:443/api
- Swagger UI: https://localhost:443/api/docs
- ReDoc: https://localhost:443/api/redoc