New app: Identify Dog Breeds
This commit is contained in:
parent
d086de58e0
commit
41a6d2a990
43
metadata/com.jstappdev.dbclf.txt
Normal file
43
metadata/com.jstappdev.dbclf.txt
Normal file
|
@ -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
|
14
metadata/com.jstappdev.dbclf/bintray.patch
Normal file
14
metadata/com.jstappdev.dbclf/bintray.patch
Normal file
|
@ -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()
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue