Commit cfe3d3bb authored by Gamage B.G.J's avatar Gamage B.G.J

Merge branch 'development' into 'master'

fix: update

See merge request !24
parents 60c5d95b 5e84ac39
This diff is collapsed.
......@@ -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
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
......
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