Skip to content
sashatemereva13 edited this page Jan 4, 2026 · 3 revisions

Spotify Visualiser – Technical Wiki

This repository contains a full-stack audio analysis and visualization system built as part of the EPITA Versioning Tools project.

The system is composed of:

  • A Node.js backend (uploads, API, database)
  • A Python audio analysis microservice (librosa, numpy)
  • A frontend visualization layer (React / Three.js – WIP)

This wiki documents the architecture, services, API, and development workflow.

Clone this wiki locally