Skip to content
/ VWOB Public

Vaporwave Themed 3D Wave Visualization for orderbook depth analysis

License

Notifications You must be signed in to change notification settings

pet6r/VWOB

Repository files navigation

Vaporwave Order Book

A vaporwave-themed 3D wave visualization for orderbook depth analysis (Currently in progress)

vwob gif

running kraken_visuals.py

🔧 Supported Exchanges

  • Kraken US - No authentication required
  • Coinbase US - No authentication required
  • Binance - No authentication required (Not available in US)
  • Alpaca - Requires API key and secret in .env file

📦 Installation

Basic Dependencies

# Python packages
pip install PyQt5 vispy websocket-client numpy python-dotenv

# System dependencies (Ubuntu/Debian)
sudo apt install python3-pyqt5

CNN Model Dependencies

# Python packages
pip install tensorflow keras scikit-learn tensorflow[and-cuda] pybind11 numpy

# System dependencies (Ubuntu/Debian)
sudo apt install pybind11-dev libboost-all-dev

🚀 Additional Setup

CUDA Installation

Visit the official NVIDIA CUDA downloads page:

WebSocket Connection

This project uses @zaphoyd's websocketpp for the websocket connection (CNN model)


About

Vaporwave Themed 3D Wave Visualization for orderbook depth analysis

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published