A simple project that is based off StatQuest's PyTorch Tutorial
python 3.11.4
For PyTorch, recommend visiting https://pytorch.org/ and installed for your distro.
Setup Virtual Environment
python -m venv venv
.\venv\Scripts\Activate.ps1
Install Pytorch
pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu117
Install Requirements
pip install -r .\requirements.txt
python main.py