/ImageRecognizer-iOS

[this repo is no longer maintained] Neural Network image classifier (inception-bn network architecture), developed via MxNet

Primary LanguageC++

ImageRecognizer-iOS

Image classification using neural networks (inception-bn) and MxNet (Python/C++ neural net library), implemented for iOS.

nn/NNManager.mm - class working with MxNet

Pre-trained model:

nndata/params - serialized data of the network (weights, convolutional kernels)

nndata/symbol.json - structure of the network

nndata/syncet.txt - word dictionary for network, pair output value - meaning word

Android

Android version - https://github.com/dneprDroid/ImageRecognizer

Links