Skip to content

This repo contains football analytics scripts for the 2021 NFL Big Data Bowl.

Notifications You must be signed in to change notification settings

chipkajb/nfl_big_data_bowl_2021

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NFL Big Data Bowl 2021

AI-Based Evaluation of NFL Pass Defenders

This repo was developed for the 2021 NFL Big Data Bowl. You can view the resulting report here.

Setup

You will first need to download the Big Data Bowl data to the input/nfl-big-data-bowl-2021 directory.

Make sure that all of the requirements are met.

pip install -r requirements.txt

If you are not working on a computer with a GPU, then the above command might fail when attempting to install torch. If this is the case, you will need to comment out torch in requirements.txt, and then run the following commands to create the necessary conda environment.

conda create -n nfl_bdb python=3.6
conda activate nfl_bdb
conda install pytorch-cpu -c pytorch
pip install -r requirements.txt

Run

You can run everything from main.py located in the main directory. You can simply comment/uncomment the sections that you would like to run.

About

This repo contains football analytics scripts for the 2021 NFL Big Data Bowl.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages