Image Classification using a Neural Network (Keras) to differentiate between Wines and Sparklings.
Code inspired by the article on blog.keras.io.
Manage to have an accuracy of over 99% after 10 epochs!
For model explanation (using Lime: https://github.com/marcotcr/lime): Explanation Notebook
For reference, an article was written on Medium about this project: Medium Post