All Projects → sh1r0 → Caffe Android Demo

sh1r0 / Caffe Android Demo

Licence: mit
An android caffe demo app exploiting caffe pre-trained ImageNet model for image classification

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Caffe Android Demo

Deepdetect
Deep Learning API and Server in C++14 support for Caffe, Caffe2, PyTorch,TensorRT, Dlib, NCNN, Tensorflow, XGBoost and TSNE
Stars: ✭ 2,306 (+807.87%)
Mutual labels:  caffe, image-classification
Seefood
Inspired by HBO's Silicon Valley: SeeFood is an iOS app that uses CoreML to detect various dishes
Stars: ✭ 445 (+75.2%)
Mutual labels:  caffe, image-classification
deep-parking
Code to reproduce 'Deep Learning for Decentralized Parking Lot Occupancy Detection' paper.
Stars: ✭ 81 (-68.11%)
Mutual labels:  caffe, image-classification
Have Fun With Machine Learning
An absolute beginner's guide to Machine Learning and Image Classification with Neural Networks
Stars: ✭ 4,912 (+1833.86%)
Mutual labels:  caffe, image-classification
nsfw api
Python REST API to detect images with adult content
Stars: ✭ 71 (-72.05%)
Mutual labels:  caffe, image-classification
flippingCards
iOS & Android flashcards app for learning German words faster 🃏
Stars: ✭ 23 (-90.94%)
Mutual labels:  android-app
Facenet-Caffe
facenet recognition and retrieve by using hnswlib and flask, convert tensorflow model to caffe
Stars: ✭ 30 (-88.19%)
Mutual labels:  caffe
Fossapps-creator
Create Your own Fossapps Package from a wide range of Free and Open Source Apps
Stars: ✭ 21 (-91.73%)
Mutual labels:  android-app
caffe-android-opencl-fp16
Optimised Caffe with OpenCL supporting for less powerful devices such as mobile phones
Stars: ✭ 17 (-93.31%)
Mutual labels:  caffe
SmsForward
Android app that automatically forward received sms to wechat or slack api 短信实时转发工具
Stars: ✭ 36 (-85.83%)
Mutual labels:  android-app
pytorch-ricap
PyTorch implementation of RICAP (Random Image Cropping And Patching)
Stars: ✭ 40 (-84.25%)
Mutual labels:  image-classification
stopmotion
Stopmotion Android App written in Kotlin
Stars: ✭ 16 (-93.7%)
Mutual labels:  android-app
CrowdLayer
A neural network layer that enables training of deep neural networks directly from crowdsourced labels (e.g. from Amazon Mechanical Turk) or, more generally, labels from multiple annotators with different biases and levels of expertise.
Stars: ✭ 45 (-82.28%)
Mutual labels:  image-classification
Fulguris
⚡Sparkling Android Web Browser⚡
Stars: ✭ 95 (-62.6%)
Mutual labels:  android-app
CallRecorder
SW Call Recorder is an Android app that records phone calls based on user selected phone numbers.
Stars: ✭ 56 (-77.95%)
Mutual labels:  android-app
Image-Sort
Sorts your image at high speed
Stars: ✭ 15 (-94.09%)
Mutual labels:  image-classification
crowdsource-video-experiments-on-android
Crowdsourcing video experiments (such as collaborative benchmarking and optimization of DNN algorithms) using Collective Knowledge Framework across diverse Android devices provided by volunteers. Results are continuously aggregated in the open repository:
Stars: ✭ 29 (-88.58%)
Mutual labels:  android-app
new-clock
The best clock app there is
Stars: ✭ 24 (-90.55%)
Mutual labels:  android-app
siamese
One-shot learning for image classification using Siamese neural networks
Stars: ✭ 26 (-89.76%)
Mutual labels:  image-classification
thermography
Automatic detection of defected solar panel modules
Stars: ✭ 59 (-76.77%)
Mutual labels:  image-classification

caffe-android-demo

An android caffe demo app exploiting caffe pre-trained ImageNet model for image classification

Quick Start

Basic

If you want to have a try on this app, please follow the steps below to get the required stuff:

# 1. get caffe if you don't have one
git clone https://github.com/BVLC/caffe.git
# 2. download model (bvlc_reference_caffenet is used)
cd caffe
./scripts/download_model_binary.py models/bvlc_reference_caffenet/
# 3. push things to your device
adb shell mkdir -p /sdcard/caffe_mobile/
adb push models/bvlc_reference_caffenet/ /sdcard/caffe_mobile/bvlc_reference_caffenet/

If the app crashes, first make sure it is not an out of memory issue - modify deploy.prototxt such that the mini batch size is 1 instead of 10

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].