Skip to content

ehan03/JARVIS

Repository files navigation

JARVIS

WIP, scope unclear

These containers are quite useful: https://github.com/dusty-nv/jetson-containers

Development Setup

Prerequisites

  • Python 3.10
  • uv package manager
  • Docker and Docker Compose

Local Development

  1. Install dependencies:

    uv pip install -e ".[dev]"
  2. Install pre-commit hooks:

    pre-commit install
  3. Run linting:

    ruff check .
  4. Run formatting:

    ruff format .
  5. Run type checking:

    ty check
  6. Run the application:

    python -m jarvis.main

Docker Usage

Local Testing

Build and run with Docker Compose:

docker compose up --build --remove-orphans

About

Alexa if it was actually useful

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors