pip install -r requirements.txtThe dataset is already included in the repository (compressed). It will automatically decompress on first use.
python train.pyThis will generate training plots in the plots/ directory showing loss and accuracy curves over epochs.
dataset.py- Data loading and preprocessing (auto-decompresses dataset on first use)model.py- Neural network model definitiontrain.py- Training script