đŸĒŸWindows

Installing Bluetang.AI on Windows

System Requirements

  • Windows 10 21H2 or later

Python Environment Setup

Python with Anaconda

Bluetang.AI requires Python 3.6+ and uses scientific computing libraries. We recommend using Anaconda Distribution for simplified setup.

  1. Run the installer

Dependencies

Redis Setup

Installation options:

Configure Redis service to start automatically.

Visual Studio Build Tools

  1. Run installer and select "Visual C++ build tools"

Installing Bluetang.AI

pip install BluetangAI
Bluetang setup

Optional Modules

OCR Module

  1. Download Tesseract v3

  2. Run installer

  3. Add tesseract.exe path to system PATH

  4. Verify: tesseract --list-langs

GUI Module

Bluetang setup gui

Test with:

Bluetang visual_debugger

Machine Learning Module

  • NVIDIA GPU with compute capability 3.0+ (GTX 600 series and up)

  • Current NVIDIA drivers

  • CUDA toolkit

  • cuDNN

Last updated