CESAR School Data Analysis and Engineering Specialization - Final project of Neural Networks course
To run the code here, please download the Football and Baseball NN.ipynb
on Google Colab, download the folders from git (train/val) and you can train models based on the image dataset.
The .py
can be run in a local machine enviroment, using the packages from requirements.txt
The dataset was built using the scrapper.py
and downloader.py
files. The data fields (players name) for this was obtained using the Wikipedia_Get_Players_Name.ipynb
notebook.