BiGAN implementation in Keras to detect similarities in Landscapes.



To use:
- Create 3 directories: "data", "Results", "Models"
- In data, create a folder with the images.
- Specify training details in bigan.py
- Train BiGAN using bigan.py
- Make predictions using the functions in guess.py
guess.py also includes a "game" which will try to guess how you rate images in a dataset, using Inverse Distance Weighting in BiGAN's feature space.
Enjoy!