A machine learning approach to predicting the value of an athlete on the collegiate level.
Download source
A project made in only 36 hours for HackPrinceton. More information on how and why this was made is posted on Devpost.
To get a local copy up and running follow these simple steps.
In order to build and run the above code, the following are required:
- Python 3.9
- ChromeDriver (only for web scraping data)
- Clone the repo
git clone https://github.com/Scornz/swim-net.git
- Navigate to local repo with cd
- Install pip packages (venv preferred)
pip install -r requirements.txt
Distributed under the MIT License. See LICENSE
for more information.
- Michael Scornavacca - [email protected]
- Xander Gardner - [email protected]
- Max Kreidl - [email protected]
Project Link - https://github.com/Scornz/swim-net
- Thank you HackPrinceton for organizing such a wonderful event.