FlowerID is an Android app that takes pictures of flowers and identifies them to be one of the supported species with a convolutional neural network. The app is built in React Native and Typescript with components from Expo, using the TensorFlow.js library to run the neural network on device. The neural network is built in Keras and TensorFlow with a VGG-16-esque sequential architecture.