tensorflow

All posts tagged tensorflow by Linux Bash
  • Posted on
    Featured Image
    A concise, distro-specific guide to set up GPU-accelerated AI on Linux: identify hardware; install and match drivers/toolkits (NVIDIA CUDA, AMD ROCm) via apt/dnf/zypper; verify with nvidia-smi/rocminfo; create Python venvs and install PyTorch/TensorFlow; run a test inference; enable Docker/Podman GPU containers; and avoid pitfalls like Secure Boot, nouveau conflicts, kernel updates, and mismatched versions for a stable, reproducible stack.
  • Posted on
    Featured Image
    A bash-first guide to building a reliable AI stack on Linux: set up Python, venvs, and build tools; install and verify NumPy/SciPy, scikit-learn, PyTorch and TensorFlow (CPU/GPU), Hugging Face Transformers, and OpenCV; includes distro-specific commands, quick tests, and pro tips for pinning versions, leveraging BLAS, checking GPUs, and keeping toolchains updated—all without leaving the terminal.
  • Posted on
    Featured Image
    Turn your Linux terminal into a private, reproducible AI lab using CPU-friendly open-source tools and Bash pipelines. The guide covers distro-specific installs, a clean Python venv, and four local projects: a terminal LLM, ResNet-18 image classifier, Vosk offline speech-to-text, and an Isolation Forest log anomaly detector, plus tips for scripting, requirements.txt, cron/systemd, and containerized next steps.
  • Posted on
    Featured Image
    The article explores how TensorFlow and PyTorch, two popular open-source AI frameworks, can be leveraged within a Linux Bash environment to enhance AI development efficiency. It provides practical advice on setting up the Linux environment, installing these frameworks via the command line, and using Bash scripts for automating tasks like data preprocessing and model training. The guide highlights the benefits of combining Linux's scripting capabilities with AI technologies for streamlined workflow and increased productivity in AI projects.