Skip to content

MaterDev/thepath-ai_pi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The Path (AI-Pi)

Edge AI game development on Raspberry Pi hardware

The Path (AI-Pi)

📚 View Documentation

Development

Prerequisites

  • Python 3.11+
  • Raspberry Pi 5
  • Make

Setup

# Install dependencies
make setup

# Run documentation locally
make docs

# Update documentation
make update-docs

Common Tasks

# Build project
make build

# Run tests
make test

# Clean build artifacts
make clean

# Deploy documentation
make deploy-docs

Documentation Updates

The documentation is automatically updated and deployed via GitHub Actions when changes are pushed to the main branch.

To update locally:

  1. Install documentation dependencies: pip install -r docs/requirements.txt
  2. Run local server: mkdocs serve
  3. View at: http://localhost:8000

Project Structure

.
├── docs/               # Documentation
├── scripts/           # Utility scripts
├── src/               # Source code
├── tests/             # Test files
├── Makefile          # Build automation
└── mkdocs.yml        # Documentation config

License

This project is licensed under the Mater Development General Use License (MDGUL) v1.1.

Copyright (c) 2023 Mater Development

The MDGUL allows personal and educational use while restricting commercial use and redistribution. See the LICENSE file for full terms.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published