LogoLogo
  • 🐟An Introduction to Bluetang
  • Features
    • 📔Overview
  • Deepseek Integration
    • 😃What are the benefits?
  • How To Use
    • â„šī¸Important Information
    • 🔗Important Links
    • 📖Wiki
      • 💾Installation
        • đŸ’ŋLinux
        • đŸĒŸWindows
      • 🔃Update
      • đŸ’ģBluetang CLI Tool
      • 👨‍đŸ’ģClasses
        • GameAgent Class
        • Game Class
        • GameFrame Class
        • InputController Class
      • 🔌Plugins
        • GameAgent Plugin
        • Game Plugin
        • Training a Context Classifier
  • 📑Whitepaper
Powered by GitBook
On this page
  • Installing Bluetang.AI on Windows
  • System Requirements
  • Python Environment Setup
  • Dependencies
  • Installing Bluetang.AI
  • Optional Modules
  1. How To Use
  2. Wiki
  3. Installation

Windows

PreviousLinuxNextUpdate

Last updated 4 months ago

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. Download

  2. Run the installer

Open Anaconda Prompt as Administrator:

conda create --name Bluetang python=3.6
mkdir BluetangAI && cd BluetangAI
conda activate Bluetang

Dependencies

Redis Setup

Redis isn't officially supported on Windows, but the Microsoft-maintained legacy port works well enough.

Installation options:

Configure Redis service to start automatically.

Visual Studio Build Tools

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

  • Visual C++ Build Tools core features

  • VC++ 2017 version 15.7 v14.14 latest v141 tools

  • Visual C++ 2017 Redistributable Update

  • VC++ 2015.3 v14.00 (v140) toolset for desktop

  • Universal CRT

Installing Bluetang.AI

Open a fresh Anaconda prompt to ensure PATH changes are reflected.

pip install BluetangAI
Bluetang setup

Optional Modules

OCR Module

  1. Run installer

  2. Add tesseract.exe path to system PATH

  3. Verify: tesseract --list-langs

Bluetang setup ocr

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

  1. Download CUDA Toolkit 9.0

  2. Run installer (Custom Install, CUDA only)

  3. Verify: nvcc --version

  1. Extract to CUDA installation directory

  2. Add .DLL to PATHEXT environment variable

pip uninstall tensorflow-gpu
pip install tensorflow-gpu==1.5.1

Test in iPython:

import tensorflow

Installation tips and contributions to this guide are welcome!

Download

Download

Create account at

Download

📖
💾
đŸĒŸ
Anaconda 5.2.0 (Python 3.6)
Microsoft's Redis port
Docker container
Build Tools for Visual Studio 2017
Tesseract v3
developer.nvidia.com
cuDNN v7.0.5 for CUDA 9.0