Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
2
2022-226
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Rathnayaka R.M.N.A
2022-226
Commits
40b4bfca
Commit
40b4bfca
authored
Oct 08, 2022
by
Rathnayaka R.M.N.A
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add disease identification models
parent
03068ce9
Changes
7
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
100 additions
and
22 deletions
+100
-22
android/app/build.gradle
android/app/build.gradle
+1
-1
assets/labels.txt
assets/labels.txt
+4
-0
assets/newdog1model1.tflite
assets/newdog1model1.tflite
+0
-0
assets/skinDiseaseIdentificationModel.tflite
assets/skinDiseaseIdentificationModel.tflite
+0
-0
lib/screens/home_screen.dart
lib/screens/home_screen.dart
+8
-1
pubspec.lock
pubspec.lock
+81
-20
pubspec.yaml
pubspec.yaml
+6
-0
No files found.
android/app/build.gradle
View file @
40b4bfca
...
...
@@ -47,7 +47,7 @@ android {
applicationId
"com.example.canis_care"
// You can update the following values to match your application needs.
// For more information, see: https://docs.flutter.dev/deployment/android#reviewing-the-build-configuration.
minSdkVersion
flutter
.
minSdkVersion
minSdkVersion
19
targetSdkVersion
flutter
.
targetSdkVersion
versionCode
flutterVersionCode
.
toInteger
()
versionName
flutterVersionName
...
...
assets/labels.txt
0 → 100644
View file @
40b4bfca
Dandruff
Invalid_images
Ring_Worm
Yeast_Infection
\ No newline at end of file
assets/newdog1model1.tflite
0 → 100644
View file @
40b4bfca
File added
assets/skinDiseaseIdentificationModel.tflite
0 → 100644
View file @
40b4bfca
File added
lib/screens/home_screen.dart
View file @
40b4bfca
...
...
@@ -5,6 +5,7 @@ import 'package:google_fonts/google_fonts.dart';
import
'../data/disease_sub_topics.dart'
;
import
'../widgets/side_drawer.dart'
;
import
'disease_identification.dart'
;
class
HomePage
extends
StatefulWidget
{
const
HomePage
({
Key
?
key
})
:
super
(
key:
key
);
...
...
@@ -99,11 +100,17 @@ class _HomePageState extends State<HomePage> {
maxCrossAxisExtent:
280.0
,
children:
[
GestureDetector
(
onTap:
()
{
Navigator
.
of
(
context
).
push
(
MaterialPageRoute
(
builder:
(
context
)
=>
DiseaseIdentification
()),
);
},
child:
Container
(
padding:
const
EdgeInsets
.
only
(
top:
10
,
left:
10
,
right:
10
,
bottom:
10
),
child:
ClipRRect
(
borderRadius:
BorderRadius
.
circular
(
4
0
),
borderRadius:
BorderRadius
.
circular
(
6
0
),
child:
Container
(
decoration:
BoxDecoration
(
color:
Colors
.
blueAccent
.
withOpacity
(
0.6
)),
...
...
pubspec.lock
View file @
40b4bfca
...
...
@@ -7,7 +7,7 @@ packages:
name: async
url: "https://pub.dartlang.org"
source: hosted
version: "2.
8.2
"
version: "2.
9.0
"
boolean_selector:
dependency: transitive
description:
...
...
@@ -21,21 +21,14 @@ packages:
name: characters
url: "https://pub.dartlang.org"
source: hosted
version: "1.2.0"
charcode:
dependency: transitive
description:
name: charcode
url: "https://pub.dartlang.org"
source: hosted
version: "1.3.1"
version: "1.2.1"
clock:
dependency: transitive
description:
name: clock
url: "https://pub.dartlang.org"
source: hosted
version: "1.1.
0
"
version: "1.1.
1
"
collection:
dependency: transitive
description:
...
...
@@ -43,6 +36,13 @@ packages:
url: "https://pub.dartlang.org"
source: hosted
version: "1.16.0"
cross_file:
dependency: transitive
description:
name: cross_file
url: "https://pub.dartlang.org"
source: hosted
version: "0.3.3+2"
crypto:
dependency: transitive
description:
...
...
@@ -63,7 +63,7 @@ packages:
name: fake_async
url: "https://pub.dartlang.org"
source: hosted
version: "1.3.
0
"
version: "1.3.
1
"
ffi:
dependency: transitive
description:
...
...
@@ -90,6 +90,13 @@ packages:
url: "https://pub.dartlang.org"
source: hosted
version: "2.0.1"
flutter_plugin_android_lifecycle:
dependency: transitive
description:
name: flutter_plugin_android_lifecycle
url: "https://pub.dartlang.org"
source: hosted
version: "2.0.7"
flutter_staggered_animations:
dependency: "direct main"
description:
...
...
@@ -102,6 +109,11 @@ packages:
description: flutter
source: sdk
version: "0.0.0"
flutter_web_plugins:
dependency: transitive
description: flutter
source: sdk
version: "0.0.0"
font_awesome_flutter:
dependency: "direct main"
description:
...
...
@@ -130,6 +142,48 @@ packages:
url: "https://pub.dartlang.org"
source: hosted
version: "4.0.1"
image_picker:
dependency: "direct main"
description:
name: image_picker
url: "https://pub.dartlang.org"
source: hosted
version: "0.8.6"
image_picker_android:
dependency: transitive
description:
name: image_picker_android
url: "https://pub.dartlang.org"
source: hosted
version: "0.8.5+3"
image_picker_for_web:
dependency: transitive
description:
name: image_picker_for_web
url: "https://pub.dartlang.org"
source: hosted
version: "2.1.10"
image_picker_ios:
dependency: transitive
description:
name: image_picker_ios
url: "https://pub.dartlang.org"
source: hosted
version: "0.8.6+1"
image_picker_platform_interface:
dependency: transitive
description:
name: image_picker_platform_interface
url: "https://pub.dartlang.org"
source: hosted
version: "2.6.2"
js:
dependency: transitive
description:
name: js
url: "https://pub.dartlang.org"
source: hosted
version: "0.6.4"
lints:
dependency: transitive
description:
...
...
@@ -143,28 +197,28 @@ packages:
name: matcher
url: "https://pub.dartlang.org"
source: hosted
version: "0.12.1
1
"
version: "0.12.1
2
"
material_color_utilities:
dependency: transitive
description:
name: material_color_utilities
url: "https://pub.dartlang.org"
source: hosted
version: "0.1.
4
"
version: "0.1.
5
"
meta:
dependency:
transitive
dependency:
"direct main"
description:
name: meta
url: "https://pub.dartlang.org"
source: hosted
version: "1.
7
.0"
version: "1.
8
.0"
path:
dependency: transitive
description:
name: path
url: "https://pub.dartlang.org"
source: hosted
version: "1.8.
1
"
version: "1.8.
2
"
path_provider:
dependency: transitive
description:
...
...
@@ -246,7 +300,7 @@ packages:
name: source_span
url: "https://pub.dartlang.org"
source: hosted
version: "1.
8.2
"
version: "1.
9.0
"
stack_trace:
dependency: transitive
description:
...
...
@@ -267,14 +321,14 @@ packages:
name: string_scanner
url: "https://pub.dartlang.org"
source: hosted
version: "1.1.
0
"
version: "1.1.
1
"
term_glyph:
dependency: transitive
description:
name: term_glyph
url: "https://pub.dartlang.org"
source: hosted
version: "1.2.
0
"
version: "1.2.
1
"
ternav_icons:
dependency: "direct main"
description:
...
...
@@ -288,7 +342,14 @@ packages:
name: test_api
url: "https://pub.dartlang.org"
source: hosted
version: "0.4.9"
version: "0.4.12"
tflite:
dependency: "direct main"
description:
name: tflite
url: "https://pub.dartlang.org"
source: hosted
version: "1.1.2"
typed_data:
dependency: transitive
description:
...
...
pubspec.yaml
View file @
40b4bfca
...
...
@@ -40,6 +40,9 @@ dependencies:
font_awesome_flutter
:
^10.2.1
flutter_staggered_animations
:
any
google_fonts
:
tflite
:
^1.1.2
meta
:
^1.8.0
image_picker
:
^0.8.5+3
dev_dependencies
:
flutter_test
:
...
...
@@ -98,6 +101,9 @@ flutter:
-
images/symbols/bacterial.png
-
images/symbols/viral.png
-
images/symbols/2.jpg
-
assets/skinDiseaseIdentificationModel.tflite
-
assets/labels.txt
-
assets/newdog1model1.tflite
# - images/a_dot_ham.jpeg
# An image asset can refer to one or more resolution-specific "variants", see
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment