Files
tfm_ainventory/README.md

1.6 KiB

TFM aInventory (2026)

A unified, offline-first Inventory Management System built as a Progressive Web App (PWA).
Premium Industrial Fidelity | AI-Powered Extraction | Enterprise Sync


📖 Project Documentation

For End-Users

  • USER_GUIDE.md: Manual for field operators and inventory managers.

For Developers & AI Agents


🚀 Quick Start (Production)

git clone <repository-url> tfm-inventory
cd tfm-inventory

# Configuration
for f in config/*.yaml.example; do cp "$f" "${f%.example}"; done
# Edit config/secrets.yaml with your keys
nano config/secrets.yaml

# Deploy
python3 scripts/deploy.py production

🏗 Key Features

  • Offline-First: Continuous operation without network; background sync via IndexedDB.
  • AI OCR: Intelligent label extraction using Gemini & Claude.
  • Enterprise Ready: LDAP authentication, immutable audit logs, and SQLite WAL mode.
  • PWA: Installable on any mobile device.

Current Version: 1.15.0
Status: Active Development