Skip to content

donmarvex/image-recognition-py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Image Prediction Using ImageAI

Image prediction or image recognition is an application of Computer Vision which is a field of Artificial Intelligence that enables computers to derive meaningful information from digital images.

This is a project on Image Prediction using ImageAI. The algorithm used for the image prediction is Inceptionv3 by Google Brain team. Other algorithms inclule; MobileNetV2, ResNet50, DenseNet21. Links to these algorithms can be found here

From the predictions run in the imagerecog.py file, the Model here is pretty sure that it is a boathouse by about 93%.

boathouse  :  92.79947876930237
beacon  :  7.10703432559967
dock  :  0.011492978956084698
church  :  0.01087701748474501
breakwater  :  0.006240638322196901
ImageAI is an open source python library built to empower developers to build applications and systems  with self-contained Computer Vision capabilities

Releases

No releases published

Packages

No packages published

Languages