Skip to content

AliceBennett/meta-pawn

Repository files navigation

meta-pawn

Chess metagame statistics explorer


Term project for COSC4427

This project uses this dataset
The project can also be found on github

Installation Directions:

Requires python 3.9.5

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

About

Chess metagame statistics explorer

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published