Skip to content
All projects
01AI/ML2025Completed

AlgoViz

Real-Time Algorithmic Trading Dashboard

50+/s
Throughput
<100ms
Latency
45
Unit Tests

Overview

AlgoViz turns a live exchange firehose into clear, explainable trading signals. It streams BTC/USDT order flow, runs a from-scratch deep learning model, and surfaces decisions through an interactive dashboard — all engineered for low latency and reproducibility.

Highlights

  • Streams live BTC/USDT data via Binance WebSocket — 50+ trades/sec, sub-100ms latency
  • Custom LSTM-Attention model built from scratch in NumPy (no TensorFlow/PyTorch dependency)
  • 9+ real-time features, 10-rule decision engine, 7-component ensemble predictor with backtesting
  • Dockerized deployment, 45 unit tests, led a 3-member team