Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
A
ASD_Detection
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
2023-161
ASD_Detection
Commits
a9625880
Commit
a9625880
authored
Oct 30, 2023
by
Wijegunarathna K. P. S. G. G.
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'IT20244170' into 'master'
Merging IT20244170 into master. See merge request
!8
parents
f5ba8644
a399c8c2
Changes
7
Show whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
15 additions
and
2 deletions
+15
-2
Backend/.gitignore
Backend/.gitignore
+3
-1
Backend/app.py
Backend/app.py
+4
-1
Backend/models/Put cc.si.300.bin File.txt
Backend/models/Put cc.si.300.bin File.txt
+0
-0
Backend/uploads/abnomility-sentiment/abnomility-sentiment.txt
...end/uploads/abnomility-sentiment/abnomility-sentiment.txt
+0
-0
Backend/uploads/answer-evaluation/answer-evaluation.txt
Backend/uploads/answer-evaluation/answer-evaluation.txt
+0
-0
Backend/uploads/pronounce-validation/pronounce-validation.txt
...end/uploads/pronounce-validation/pronounce-validation.txt
+0
-0
Frontend/lib/Api.dart
Frontend/lib/Api.dart
+8
-0
No files found.
Backend/.gitignore
View file @
a9625880
...
@@ -26,4 +26,6 @@ htmlcov/
...
@@ -26,4 +26,6 @@ htmlcov/
# Bin file
# Bin file
models/cc.si.300.bin
models/cc.si.300.bin
uploads/
uploads/abnomility-sentiment/*.wav
\ No newline at end of file
uploads/answer-evaluation/*.wav
uploads/pronounce-validation/*.wav
\ No newline at end of file
Backend/app.py
View file @
a9625880
...
@@ -222,5 +222,8 @@ def pronounce_validation():
...
@@ -222,5 +222,8 @@ def pronounce_validation():
return
jsonify
({
'status'
:
'error'
}),
400
return
jsonify
({
'status'
:
'error'
}),
400
# if __name__ == '__main__':
# app.run(debug=True)
if
__name__
==
'__main__'
:
if
__name__
==
'__main__'
:
app
.
run
(
debug
=
True
)
app
.
run
(
host
=
'0.0.0.0'
,
port
=
5000
,
debug
=
True
)
Backend/models/Put cc.si.300.bin File.txt
0 → 100644
View file @
a9625880
Backend/uploads/abnomility-sentiment/abnomility-sentiment.txt
0 → 100644
View file @
a9625880
Backend/uploads/answer-evaluation/answer-evaluation.txt
0 → 100644
View file @
a9625880
Backend/uploads/pronounce-validation/pronounce-validation.txt
0 → 100644
View file @
a9625880
Frontend/lib/Api.dart
View file @
a9625880
...
@@ -7,3 +7,11 @@ String Comp1Api = 'http://10.0.2.2:5000/abnomility-sentiment';
...
@@ -7,3 +7,11 @@ String Comp1Api = 'http://10.0.2.2:5000/abnomility-sentiment';
String
Comp2Api
=
'http://10.0.2.2:5000/pronounce-validation'
;
String
Comp2Api
=
'http://10.0.2.2:5000/pronounce-validation'
;
String
Comp3Api
=
'http://10.0.2.2:5000/answer-evaluation'
;
String
Comp3Api
=
'http://10.0.2.2:5000/answer-evaluation'
;
// String ip = 'http://192.168.8.156:5000';
// String Comp1Api = 'http://192.168.8.156:5000/abnomility-sentiment';
// String Comp2Api = 'http://192.168.8.156:5000/pronounce-validation';
// String Comp3Api = 'http://192.168.8.156:5000/answer-evaluation';
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