SoundArt is a Flask web application to create waveform images from an uploaded audio file.
Install locally by cloning the repository and running pip install -r requirements.txt
.
Run in your browser by running source venv/bin/activate && python run.py
.