Image Processing

I built an image recognition app using the Python libraries imageAI, TensorFlow, Keras, and OpenCV. This app is built on the principles of machine learning and artificial intelligence. We can feed the app an image and have it tell us with probability what that image is. You can see the code here.

Below are the sample results when we feed each of the following images to the app.

1. A Cat

A cat

Predictions from the app:

Cat results

2. A Bird

A bird

Predictions from the app:

Bird results

3. A House

A bird

Predictions from the app:

House results