Chess metagame statistics explorer
Term project for COSC4427
This project uses this dataset
The project can also be found on github
From the project directory, run the following command to create a virtual environment:
python3 -m venv venv
Run the activate script:
venv/Scripts/activate.bat
Install the required packages for the project:
pip install -r requirements.txt
Configure the environment variables:
set FLASK_APP=app.py
set FLASK_ENV=development
Run the app:
flask run
Navigate to 127.0.0.1:5000