- After cloning the project, create a folder in this directory called
data
. - Download the Fruit 360 dataset from Kaggle, unzip the files, and place them under the
data
directory. - Install the required packages via pip (
pip install -r requirements.txt
). It is reccomended that you create a virtual environment for this project. - In each experiment directory, run
generate_dataset.py
to create a sampled dataset to work from. - To train models, run the appropriate training scripts in the directory.
- To test models, edit the test script to load the desired weights then run the test script. It will print out a full classification report.
TylerKirby/generative-data-augmentation
Code for Data Mining Project on Using GANs for Dataset Augmentation
Jupyter Notebook