The following models have been created for rough reference:

We'll be working with these currently for rapid prototyping and realising the models:
- Tensorflow
- Keras
- Pandas
- Numpy
- Matplolib
- PILlow
Install git from here(windows) or in mac, run: Note: You can skip installing git on a mac if you have xcode command line tools installed
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
brew install gitAfter that, just run
git clone https://github.com/grajat90/ResampleGAN
cd ResampleGAN && git init
git remote add origin git@github.com:grajat90/ResampleGAN.git
git pull origin
