CyberVision Image Analyzer

The idea behind this project is to explore AI Computre Vision capabilities to predict objects in a picture using TensorFlow and Keras. CyberVision app is based on ImgaeAI project. To process an image, you need to download one of the following models: SqueezeNet (Fastest prediction time and moderate accuracy) ResNet50 by Microsoft Research (Fast prediction time and high accuracy) InceptionV3 by Google Brain team (Slow prediction time and higher accuracy) DenseNet121 by Facebook AI Research (Slower prediction time and highest accuracy)