Blindtest anime openings/endings, based on your personal anime list from myanimelist.net, and using videos from openings.moe. This is a work in progress.
# Install dependancies
sudo apt install python3 python3-pip virtualenv
# Create virtualenv for this project
virtualenv venv -p python3
# Activate the newly created virtualenv
. venv/bin/activate
# Install required python modules
pip install -r requirements-src.txt
./start_server.sh
# Build image
docker build -t anime-blind-test .
# Run server
docker run -d --rm -p 5000:5000 anime-blind-test