Commit 5e84ac39 authored by janithgamage1.ed's avatar janithgamage1.ed

fix: update

parent 60c5d95b
This diff is collapsed.
...@@ -7,4 +7,5 @@ moviepy==1.0.3 ...@@ -7,4 +7,5 @@ moviepy==1.0.3
SpeechRecognition==3.10.0 SpeechRecognition==3.10.0
tk==0.1.0 tk==0.1.0
requests==2.31.0 requests==2.31.0
pymongo==4.5.0 pymongo==4.5.0
\ No newline at end of file librosa==0.10.1
\ No newline at end of file
from fastapi.types import ModelNameMap # from fastapi.types import ModelNameMap
from sklearn import model_selection # from sklearn import model_selection
import tensorflow as tf # import tensorflow as tf
import numpy as np import numpy as np
import librosa import librosa
from fastapi import HTTPException, UploadFile 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