Skip to content

shourikb/PolygenceProject

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NFL Predicition

TODO: write a few sentences about the project and link to wherever your write-up/blog will be

Setup Model Details

Using a linux-command terminal on a windows machine, navigate to the folder where you want the code

Initialize a local git instance by entering

git init

Pull the code from this repository

git clone https://github.com/shourikb/PolygenceProject.git

Create a python virtual environment

virtualenv -p python3 venv

Activate the virtual environment

source venv/Scripts/activate

Install python packages with appropriate versions. We used python 3.9.6

pip install -r PolygenceProject/requirements.txt

Run model

python ImprovedModelNeuralNetworks.py

You can run the app by cloning the repository and opening the project with Android Studio

About

NFL Project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published