Commit a9625880 authored by Wijegunarathna K. P. S. G. G.'s avatar Wijegunarathna K. P. S. G. G.

Merge branch 'IT20244170' into 'master'

Merging IT20244170 into master.

See merge request !8
parents f5ba8644 a399c8c2
...@@ -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
...@@ -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)
...@@ -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';
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