SkimSense

SkimSense is a Python utility for predicting the nutrition of human donor milk after reduction (removal of skim) using a feedforward neural network implemented in TensorFlow.

the source code can be found on my github account, here.
snake game

while learning to code with java through david j. eck's book 'introduction to programming using java', I developed this game of snake to explore class relationships (inheritance, dependence). the game is displayed using JavaFX.

the source code can be found on my github account, here.