termux-train Logo

termux-train

v0.1.0 (Native)
PyPI (pip) 💖 Sponsor GitHub

Installation Guide (PyPI & Termux)

Step-by-step setup instructions for Android Termux, Linux, Windows, and macOS.

Native Android Termux Setup (Recommended)

Install Python, OpenBLAS-accelerated NumPy, and termux-train directly in Termux:

pkg update && pkg install python python-numpy git
pip install termux-train

# Run self-diagnostic check
termux-train check

Standard PyPI Installation

For host PCs and servers with optional NumPy acceleration:

# Core zero-dependency package
pip install termux-train

# With accelerated NumPy backend
pip install termux-train[accelerated]

Source Development Build

git clone https://github.com/uno-km/termux-train.git
cd termux-train
pip install -e .[dev]
pytest tests/ -v

CLI Diagnostics & Self-Test Suite

# Hardware & memory check
termux-train info

# Mathematical autograd integrity check
termux-train check

# 0-point baseline audit scorecard
termux-train score

# Run canonical demo (1 through 9)
termux-train demo 9