Skip to content

Commit

Permalink
updated README with requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
merillium committed Mar 9, 2024
1 parent a31824e commit 65386ac
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

This is a work-in-progress package that retrieves training data from the [lichess.org open database](https://database.lichess.org/), then trains a statistical model to detect suspicious players. Currently the app is still in development.

## Installing Dependencies
To install dependencies, run the following command:
```bash
pip install -r requirements.txt
```

### Data Download and Preprocessing
To download and preprocess data from the lichess.org open database, you can run the following command (specifying the year and month of the data you want to download, and the source of the data to be `lichess-open-database`):

Expand Down

0 comments on commit 65386ac

Please sign in to comment.