# coleam00/local-ai-packaged

**Attribution required: if you use, quote, or summarise this content, you must credit and link back to [awesome-repositories.com](https://awesome-repositories.com/repository/coleam00-local-ai-packaged).**

3,539 stars · 1,311 forks · Python · apache-2.0

## Links

- GitHub: https://github.com/coleam00/local-ai-packaged
- awesome-repositories: https://awesome-repositories.com/repository/coleam00-local-ai-packaged.md

## Description

This project is a containerized local AI infrastructure stack designed to deploy large language models and vector databases on private hardware. It functions as an orchestration platform that combines AI runners, knowledge graphs, and a visual workflow builder for creating agentic chatflows and automating tasks via tool integration.

The platform distinguishes itself through a low-code approach to agent orchestration, utilizing a visual interface to design complex sequences and connect agents to external tools and search engines. It includes a dedicated local observability stack to track prompts, traces, and application performance, as well as hardware-specific optimization profiles to maximize inference speed on graphics processors and central processing units.

The system covers a broad range of operational capabilities, including retrieval-augmented generation via vector database storage, centralized traffic routing with reverse proxy encryption, and shared-volume filesystem mounting for local data synchronization. It also manages network exposure to toggle between private and public web traffic configurations.

The infrastructure is deployed as a pre-configured set of Docker-based services.

## Tags

### Artificial Intelligence & ML

- [Local AI Deployment Platforms](https://awesome-repositories.com/f/artificial-intelligence-ml/machine-learning/infrastructure/model-inference-serving/local-ai-deployment-platforms.md) — Provides a complete containerized platform for deploying and managing LLM interfaces and data processing on local hardware.
- [LLM Inference Servers](https://awesome-repositories.com/f/artificial-intelligence-ml/agent-deployment-servers/llm-inference-servers.md) — Provides a local inference server to host and serve large language models on private hardware. ([source](https://github.com/coleam00/local-ai-packaged/blob/main/docker-compose.yml))
- [Vector Knowledge Bases](https://awesome-repositories.com/f/artificial-intelligence-ml/agent-memory-stores/weaviate-knowledge-stores/vector-knowledge-bases.md) — Maintains a dedicated vector database for embeddings to enable retrieval-augmented generation.
- [Agent Workflow Orchestrations](https://awesome-repositories.com/f/artificial-intelligence-ml/agent-workflow-orchestrations.md) — Sequences and coordinates multiple specialized AI agents to complete complex multi-step tasks. ([source](https://github.com/coleam00/local-ai-packaged/blob/main/CLAUDE.md))
- [Retrieval-Augmented Generation](https://awesome-repositories.com/f/artificial-intelligence-ml/conversational-interfaces/retrieval-augmented-generation.md) — Implements retrieval-augmented generation by indexing private documents in a local vector database for factual context.
- [LLM Application Orchestrators](https://awesome-repositories.com/f/artificial-intelligence-ml/llm-application-orchestrators.md) — Functions as a visual platform for building and deploying complex generative AI applications and agentic workflows.
- [Low-Code AI Orchestrators](https://awesome-repositories.com/f/artificial-intelligence-ml/low-code-ai-orchestrators.md) — Ships a visual low-code orchestrator to design agentic chatflows and connect AI agents to external tools.
- [Local LLM Configurations](https://awesome-repositories.com/f/artificial-intelligence-ml/machine-learning/infrastructure/model-deployment-and-serving/local-and-on-device-inference/local-llm-configurations.md) — Includes configuration profiles to optimize graphics processors and CPUs for maximum local LLM inference speed.
- [Hardware-Specific Model Optimizations](https://awesome-repositories.com/f/artificial-intelligence-ml/machine-learning/infrastructure/model-optimization-and-inference/training-algorithms/machine-learning-optimization/ml-performance-profilers/hardware-specific-model-optimizations.md) — Leverages specific hardware profiles for GPUs and CPUs to maximize the inference efficiency of local models. ([source](https://github.com/coleam00/local-ai-packaged/blob/main/README.md))
- [Visual AI Workflow Builders](https://awesome-repositories.com/f/artificial-intelligence-ml/visual-ai-workflow-builders.md) — Ships a graphical canvas for connecting language models, tools, and memory into executable AI pipelines. ([source](https://github.com/coleam00/local-ai-packaged/tree/main/flowise))
- [Hardware Configuration Profiles](https://awesome-repositories.com/f/artificial-intelligence-ml/cross-model-comparators/model-performance-benchmarks/inference-speed-profiling/hardware-configuration-profiles.md) — Optimizes model processing speed by selecting hardware-specific configuration profiles for GPUs or CPUs.
- [External Workflow Routing](https://awesome-repositories.com/f/artificial-intelligence-ml/external-workflow-routing.md) — Routes user prompts and session identifiers to external automation platforms via webhooks for logic processing. ([source](https://github.com/coleam00/local-ai-packaged/blob/main/n8n_pipe.py))
- [AI Observability](https://awesome-repositories.com/f/artificial-intelligence-ml/machine-learning/infrastructure/training-monitoring-and-profiling/ai-observability.md) — Tracks prompts, traces, and application performance to debug and refine automated AI sequences.

### DevOps & Infrastructure

- [AI Service Orchestration](https://awesome-repositories.com/f/devops-infrastructure/containerized-deployment-orchestration/ai-service-orchestration.md) — Orchestrates a suite of containerized AI tools and databases within a private network environment.
- [Docker Container Deployments](https://awesome-repositories.com/f/devops-infrastructure/container-orchestration/container-runtimes/runtime-configuration-interfaces/docker-socket-orchestrators/docker-target-configurators/docker-container-deployments.md) — Deploys the entire AI stack as a set of pre-configured Docker containers for consistent local installation.
- [Observability Stacks](https://awesome-repositories.com/f/devops-infrastructure/observability-stacks.md) — Deploys an integrated observability suite for collecting and visualizing telemetry data from local AI services. ([source](https://github.com/coleam00/local-ai-packaged/blob/main/docker-compose.yml))

### Data & Databases

- [Vector Storage](https://awesome-repositories.com/f/data-databases/local-first-storage/vector-storage.md) — Implements high-performance vector storage engines for indexing and retrieving embeddings for semantic search. ([source](https://github.com/coleam00/local-ai-packaged/blob/main/docker-compose.yml))
- [Vector Databases](https://awesome-repositories.com/f/data-databases/vector-databases.md) — Includes a high-performance vector database for storing and querying embeddings to power retrieval-augmented generation.

### Development Tools & Productivity

- [External Tool and Workflow Links](https://awesome-repositories.com/f/development-tools-productivity/agentic-workflow-integrations/external-tool-and-workflow-links.md) — Connects AI agents to external databases and communication apps through custom tool integration pipelines. ([source](https://github.com/coleam00/local-ai-packaged/tree/main/flowise))
- [AI Workflow Designers](https://awesome-repositories.com/f/development-tools-productivity/workflow-automation-triggers/ai-workflow-designers.md) — Provides a visual interface for designing complex sequences of automated AI tasks and triggers. ([source](https://github.com/coleam00/local-ai-packaged/blob/main/docker-compose.yml))
- [AI Infrastructure Stacks](https://awesome-repositories.com/f/development-tools-productivity/local-development-stacks/ai-infrastructure-stacks.md) — Offers a containerized suite of interconnected tools for running large language models and vector databases on private hardware.
- [Webhook-Triggered Workflows](https://awesome-repositories.com/f/development-tools-productivity/workflow-automation-platforms/webhook-triggered-workflows.md) — Triggers complex agentic workflows on external platforms via HTTP webhook endpoints.
- [Automation Execution Frameworks](https://awesome-repositories.com/f/development-tools-productivity/workflow-automation-tools/automation-execution-frameworks.md) — Executes sequenced operations to integrate third-party services into automated data processing pipelines. ([source](https://github.com/coleam00/local-ai-packaged/tree/main/n8n-tool-workflows))

### Networking & Communication

- [Traffic Management Gateways](https://awesome-repositories.com/f/networking-communication/traffic-management-gateways.md) — Implements a centralized gateway to control and route incoming web traffic to internal AI services.

### Software Engineering & Architecture

- [JSON Workflow Specifications](https://awesome-repositories.com/f/software-engineering-architecture/json-workflow-specifications.md) — Utilizes JSON configuration files to define and load automation sequences and agent behaviors.

### System Administration & Monitoring

- [AI Observability](https://awesome-repositories.com/f/system-administration-monitoring/monitoring-and-observability/ai-observability.md) — Provides a dedicated observability stack to monitor LLM interactions, track prompts and traces, and analyze performance.
