Commit f1803cbb authored by Lihinikaduwa D.N.R.  's avatar Lihinikaduwa D.N.R.

some changes

parent d5e38fa3
......@@ -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" />
......
File added
......@@ -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)
No preview for this file type
......@@ -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
......
This diff is collapsed.
......@@ -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

160 KB | W: | H:

frontend/src/assets/read/reading.png

394 KB | W: | H:

frontend/src/assets/read/reading.png
frontend/src/assets/read/reading.png
frontend/src/assets/read/reading.png
frontend/src/assets/read/reading.png
  • 2-up
  • Swipe
  • Onion skin
......@@ -62,6 +62,7 @@ const AppRouter = () => {
name="ReadActivity"
component={ReadActivity}
/>
</Stack.Navigator>
</NavigationContainer>
);
......
......@@ -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>
);
......
......@@ -94,7 +94,7 @@ const styles = StyleSheet.create({
marginTop: 150,
marginLeft: 95,
backgroundColor: '#00008B',
width: 200,
width: 150,
borderRadius: 50,
padding: 5,
},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment