Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
21_22-J 38
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
21_22-J 38
21_22-J 38
Commits
f1803cbb
Commit
f1803cbb
authored
Feb 06, 2022
by
Lihinikaduwa D.N.R.
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
some changes
parent
d5e38fa3
Changes
13
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
13 changed files
with
16186 additions
and
10447 deletions
+16186
-10447
.idea/21_22j-38.iml
.idea/21_22j-38.iml
+1
-0
API/.DS_Store
API/.DS_Store
+0
-0
API/app.py
API/app.py
+1
-1
backend/.DS_Store
backend/.DS_Store
+0
-0
backend/IT18257632/.DS_Store
backend/IT18257632/.DS_Store
+0
-0
backend/IT18257632/pronounce_spotting_service.py
backend/IT18257632/pronounce_spotting_service.py
+7
-10
frontend/package-lock.json
frontend/package-lock.json
+16173
-10434
frontend/package.json
frontend/package.json
+1
-0
frontend/src/assets/read/reading.png
frontend/src/assets/read/reading.png
+0
-0
frontend/src/assets/read/reading1.png
frontend/src/assets/read/reading1.png
+0
-0
frontend/src/router/router.js
frontend/src/router/router.js
+1
-0
frontend/src/screen/Read.js
frontend/src/screen/Read.js
+1
-1
frontend/src/screen/activity/readActivity.js
frontend/src/screen/activity/readActivity.js
+1
-1
No files found.
.idea/21_22j-38.iml
View file @
f1803cbb
...
...
@@ -4,6 +4,7 @@
<content
url=
"file://$MODULE_DIR$"
>
<excludeFolder
url=
"file://$MODULE_DIR$/venv"
/>
<excludeFolder
url=
"file://$MODULE_DIR$/API/venv"
/>
<excludeFolder
url=
"file://$MODULE_DIR$/backend/IT18257632/venv"
/>
</content>
<orderEntry
type=
"jdk"
jdkName=
"Python 3.8"
jdkType=
"Python SDK"
/>
<orderEntry
type=
"sourceFolder"
forTests=
"false"
/>
...
...
API/.DS_Store
0 → 100644
View file @
f1803cbb
File added
API/app.py
View file @
f1803cbb
...
...
@@ -45,6 +45,6 @@ def abc():
if
__name__
==
"__main__"
:
# app.run(host='192.168.
8
.101')
# app.run(host='192.168.
1
.101')
# app.run(host='192.168.8.100,port='5000', debug=True)
app
.
run
(
debug
=
True
)
backend/.DS_Store
View file @
f1803cbb
No preview for this file type
backend/IT18257632/.DS_Store
View file @
f1803cbb
No preview for this file type
backend/IT18257632/pronounce_spotting_service.py
View file @
f1803cbb
...
...
@@ -9,19 +9,16 @@ class _Keyword_Spotting_Service:
model
=
None
_mappings
=
[
"bed"
,
"bird"
,
"dog"
,
"eight"
,
"go"
,
"left"
,
"nine"
,
"no"
,
"one"
,
"seven"
,
"tree"
,
"yes"
,
"wow"
,
"yes"
"dog"
,
"bed"
,
"bird"
,
"left"
,
"eight"
]
_instance
=
None
...
...
frontend/package-lock.json
View file @
f1803cbb
This diff is collapsed.
Click to expand it.
frontend/package.json
View file @
f1803cbb
...
...
@@ -17,6 +17,7 @@
"native-base"
:
"^3.2.2"
,
"react"
:
"17.0.2"
,
"react-native"
:
"0.66.2"
,
"react-native-chartjs"
:
"^1.0.3"
,
"react-native-elements"
:
"^3.4.2"
,
"react-native-fontawesome"
:
"^7.0.0"
,
"react-native-gesture-handler"
:
"^1.10.3"
,
...
...
frontend/src/assets/read/reading.png
View replaced file @
d5e38fa3
View file @
f1803cbb
160 KB
|
W:
|
H:
394 KB
|
W:
|
H:
2-up
Swipe
Onion skin
frontend/src/assets/read/reading1.png
0 → 100644
View file @
f1803cbb
160 KB
frontend/src/router/router.js
View file @
f1803cbb
...
...
@@ -62,6 +62,7 @@ const AppRouter = () => {
name
=
"
ReadActivity
"
component
=
{
ReadActivity
}
/
>
<
/Stack.Navigator
>
<
/NavigationContainer
>
);
...
...
frontend/src/screen/Read.js
View file @
f1803cbb
...
...
@@ -69,7 +69,7 @@ export default function Read() {
<
ButtonView
title
=
"
First Round
"
color
=
"
#00008B
"
><
/ButtonView
>
<
ButtonView
title
=
"
Second Round
"
color
=
"
#00008B
"
><
/ButtonView
>
<
ButtonView
title
=
"
Third Round
"
color
=
"
#00008B
"
><
/ButtonView
>
{
/* <ButtonView title="Third Round" color="#00008B"></ButtonView> */
}
<
/ScrollView
>
<
/SafeAreaView
>
);
...
...
frontend/src/screen/activity/readActivity.js
View file @
f1803cbb
...
...
@@ -94,7 +94,7 @@ const styles = StyleSheet.create({
marginTop
:
150
,
marginLeft
:
95
,
backgroundColor
:
'
#00008B
'
,
width
:
20
0
,
width
:
15
0
,
borderRadius
:
50
,
padding
:
5
,
},
...
...
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