An open API service indexing awesome lists of open source software.

https://github.com/0xnu/nfl-picks

NFL match prediction with scores using historical data (1999-Present).
https://github.com/0xnu/nfl-picks

american-football data nfl prediction

Last synced: 9 months ago
JSON representation

NFL match prediction with scores using historical data (1999-Present).

Awesome Lists containing this project

README

          

## NFL Picks

NFL match prediction with scores using historical data (1999-Present).

### Install Dependencies

Use the package manager [pip](https://pip.pypa.io/en/stable/) to install required libraries:

```sh
# Prerequisites
python3 -m venv .venv
source .venv/bin/activate
uv pip install -r requirements.txt
```

### Run the System

Click the `Run` button to run the individual cell of the [Jupyter Notebook](./notebook/nfl-picks.ipynb).

### License

This project is licensed under the [Modified MIT License](./LICENSE).

### Copyright

(c) 2025 [Finbarrs Oketunji](https://finbarrs.eu). All Rights Reserved.