From 41a6d2a9904ced0aece7762cedeeb751947c2fd8 Mon Sep 17 00:00:00 2001 From: Pierre Rudloff Date: Sun, 15 Jul 2018 14:50:54 +0200 Subject: [PATCH] New app: Identify Dog Breeds --- metadata/com.jstappdev.dbclf.txt | 43 ++++++++++++++++++++++ metadata/com.jstappdev.dbclf/bintray.patch | 14 +++++++ 2 files changed, 57 insertions(+) create mode 100644 metadata/com.jstappdev.dbclf.txt create mode 100644 metadata/com.jstappdev.dbclf/bintray.patch diff --git a/metadata/com.jstappdev.dbclf.txt b/metadata/com.jstappdev.dbclf.txt new file mode 100644 index 0000000000..fe1bdeb692 --- /dev/null +++ b/metadata/com.jstappdev.dbclf.txt @@ -0,0 +1,43 @@ +Categories:Science & Education +License:Apache-2.0 +Web Site: +Source Code:https://github.com/j05t/dbclf +Issue Tracker:https://github.com/j05t/dbclf/issues + +Auto Name:Identify Dog Breeds +Summary:Identify over one hundred different dog breeds with your smartphone +Description: +Identify over one hundred different dog breeds with your smartphone. + +This application will not run on devices with less than 1 GB of RAM. + +If you like this app consider buying the premium version which supports the +identification of more than two hundred different dog breeds with much higher +accuracy. + +Click the camera button or load an image from the gallery to identify a dog in a +single picture. Activate continuous predictions and keep the dog in the circle +to get predictions directly from the video stream. The app works best for images +loaded from the gallery. + +The application reports up to three predictions with highest confidence. Please +treat the output only as a suggestion. + +Based on an extended version of the Stanford Dogs Dataset. Icons made by +Pause08, Smashicons, Freepik from www.flaticon.com. +. + +Repo Type:git +Repo:https://github.com/j05t/dbclf + +Build:24,51 + commit=v1.0.0 + patch=bintray.patch + gradle=yes + output=gradleBuild/outputs/apk/release/com.jstappdev.dbclf-release-unsigned.apk + prebuild=unzip assets/stripped.pb.zip -d assets/ + +Auto Update Mode:None +Update Check Mode:Tags +Current Version:24 +Current Version Code:51 diff --git a/metadata/com.jstappdev.dbclf/bintray.patch b/metadata/com.jstappdev.dbclf/bintray.patch new file mode 100644 index 0000000000..4b2bafbc1a --- /dev/null +++ b/metadata/com.jstappdev.dbclf/bintray.patch @@ -0,0 +1,14 @@ +diff --git a/build.gradle b/build.gradle +index 80b6290..7b67c98 100644 +--- a/build.gradle ++++ b/build.gradle +@@ -22,9 +22,6 @@ allprojects { + maven { url "https://jitpack.io" } + + // https://github.com/tensorflow/tensorflow/issues/13653 +- maven { +- url 'https://google.bintray.com/tensorflow' +- } + google() + } + }