Zeta36/mushroom-detector-kerasjs
I explain how to export weights from a Keras model and import those weights in Keras.js, a JavaScript framework for running pre-trained neural networks in the browser. I show you later how to include the final result into a Phonegap Cordova mobile application.
This project helps you build and deploy a custom image recognition system, such as a mushroom identifier, directly into a mobile application. You provide images of different categories you want to detect. The system then processes these images to learn their characteristics and outputs a model that can be embedded into a web page or a mobile app to identify new images in real-time. This is ideal for naturalists, educators, or citizen scientists who want to create their own specialized visual identification tools.
No commits in the last 6 months.
Use this if you need to create a mobile app that can identify specific objects from images, like different types of mushrooms, using a custom-trained recognition model.
Not ideal if you're looking for a pre-built, general-purpose image recognition app or if you don't want to build a custom mobile application.
Stars
13
Forks
7
Language
Java
License
MIT
Category
Last pushed
Dec 29, 2017
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/Zeta36/mushroom-detector-kerasjs"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
OpenMined/syft.js
The official Syft worker for Web and Node, built in Javascript
transcranial/keras-js
Run Keras models in the browser, with GPU support using WebGL
ewfian/faiss-node
Node.js bindings for faiss
nikhilk/node-tensorflow
Node.js + TensorFlow
beenotung/tensorflow-helpers
Helper functions to use tensorflow in nodejs for transfer learning, image classification, and more