Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 767 Bytes

README.md

File metadata and controls

32 lines (23 loc) · 767 Bytes

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