dneprDroid / ImageRecognizer-iOS

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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


Languages

Language:C++ 96.3%Language:Swift 1.8%Language:Objective-C++ 0.9%Language:C 0.9%Language:Objective-C 0.1%