Skip to content

FlowerID (App) - An Android app that identifies photos of flowers taken from camera using a convolutional neural network

Notifications You must be signed in to change notification settings

danielsqli/FlowerID-App

 
 

Repository files navigation

FlowerID - An Android app that identifies photos of flowers taken from camera using a convolutional neural network.

This repository contains sources for the app. The files for the FlowerID model can be found at https://github.com/tonylizj/FlowerID and https://github.com/danielsqli/flower-id.

Google Play Link: https://play.google.com/store/apps/details?id=com.flowerid

Dataset Source: https://www.kaggle.com/alxmamaev/flowers-recognition

To build:

npm install

// set up your signing keystore if building for production

// debug build
npm run android
// production build
npm run android-release

About

FlowerID (App) - An Android app that identifies photos of flowers taken from camera using a convolutional neural network

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 49.0%
  • Java 27.7%
  • Objective-C 12.4%
  • Starlark 5.5%
  • JavaScript 3.6%
  • Ruby 1.8%