Sindarus / anime_blind_test

Blind test OSTs of animes you've tagged as "seen" on MyAnimeList
0 stars 0 forks source link

Anime Blind Test

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.

Installation

# 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

Launching the development server

./start_server.sh

Docker support

# Build image
docker build -t anime-blind-test .

# Run server
docker run -d --rm -p 5000:5000 anime-blind-test