Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
2
2023-029
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-029
2023-029
Commits
cfe3d3bb
Commit
cfe3d3bb
authored
Sep 05, 2023
by
Gamage B.G.J
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'development' into 'master'
fix: update See merge request
!24
parents
60c5d95b
5e84ac39
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
1078 additions
and
1082 deletions
+1078
-1082
Project/Backend/Server_Node/yarn.lock
Project/Backend/Server_Node/yarn.lock
+1073
-1078
Project/Backend/Server_Python/requirements.txt
Project/Backend/Server_Python/requirements.txt
+2
-1
Project/Backend/Server_Python/services/audio_detect_service.py
...ct/Backend/Server_Python/services/audio_detect_service.py
+3
-3
No files found.
Project/Backend/Server_Node/yarn.lock
View file @
cfe3d3bb
This diff is collapsed.
Click to expand it.
Project/Backend/Server_Python/requirements.txt
View file @
cfe3d3bb
...
...
@@ -7,4 +7,5 @@ moviepy==1.0.3
SpeechRecognition==3.10.0
tk==0.1.0
requests==2.31.0
pymongo==4.5.0
\ No newline at end of file
pymongo==4.5.0
librosa==0.10.1
\ No newline at end of file
Project/Backend/Server_Python/services/audio_detect_service.py
View file @
cfe3d3bb
from
fastapi.types
import
ModelNameMap
from
sklearn
import
model_selection
import
tensorflow
as
tf
#
from fastapi.types import ModelNameMap
#
from sklearn import model_selection
#
import tensorflow as tf
import
numpy
as
np
import
librosa
from
fastapi
import
HTTPException
,
UploadFile
...
...
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