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
Anuththara K.G.S.N
2022-226
Commits
a4ed7747
Commit
a4ed7747
authored
Oct 09, 2022
by
Rathnayaka R.M.N.A
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add Severity Level Detection
parent
09ae7fa2
Changes
5
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
297 additions
and
1 deletion
+297
-1
assets/levels-s.txt
assets/levels-s.txt
+3
-0
assets/severitymodel.tflite
assets/severitymodel.tflite
+0
-0
lib/screens/home_screen.dart
lib/screens/home_screen.dart
+8
-1
lib/screens/severity-level-detection.dart
lib/screens/severity-level-detection.dart
+284
-0
pubspec.yaml
pubspec.yaml
+2
-0
No files found.
assets/levels-s.txt
0 → 100644
View file @
a4ed7747
None
Moderate
Severe
\ No newline at end of file
assets/severitymodel.tflite
0 → 100644
View file @
a4ed7747
File added
lib/screens/home_screen.dart
View file @
a4ed7747
import
'package:canis_care/models/component.dart'
;
import
'package:canis_care/screens/disease_intelligence_screen.dart'
;
import
'package:canis_care/screens/severity-level-detection.dart'
;
import
'package:flutter/material.dart'
;
import
'package:google_fonts/google_fonts.dart'
;
...
...
@@ -140,11 +141,17 @@ class _HomePageState extends State<HomePage> {
),
),
GestureDetector
(
onTap:
()
{
Navigator
.
of
(
context
).
push
(
MaterialPageRoute
(
builder:
(
context
)
=>
SeverityLevelDetection
()),
);
},
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
)),
...
...
lib/screens/severity-level-detection.dart
0 → 100644
View file @
a4ed7747
This diff is collapsed.
Click to expand it.
pubspec.yaml
View file @
a4ed7747
...
...
@@ -104,6 +104,8 @@ flutter:
-
assets/skinDiseaseIdentificationModel.tflite
-
assets/labels.txt
-
assets/newdog1model1.tflite
-
assets/levels-s.txt
-
assets/severitymodel.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