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).
- Host: GitHub
- URL: https://github.com/0xnu/nfl-picks
- Owner: 0xnu
- License: other
- Created: 2025-09-15T23:51:56.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-10-03T12:39:13.000Z (9 months ago)
- Last Synced: 2025-10-03T14:41:51.269Z (9 months ago)
- Topics: american-football, data, nfl, prediction
- Language: Jupyter Notebook
- Homepage:
- Size: 688 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: CODEOWNERS
- Security: SECURITY.md
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.