Seicas commited on
Commit
a78cbf2
·
verified ·
1 Parent(s): 02eb251

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +14 -14
requirements.txt CHANGED
@@ -1,20 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  fastapi==0.103.1
2
  uvicorn==0.23.2
3
- pydantic==2.3.0
4
  python-multipart==0.0.6
5
- numpy==1.26.0
6
- librosa==0.10.1
7
  noisereduce==2.0.1
8
- soundfile==0.12.1
9
  pyannote.audio==3.0.0
10
- torch==2.0.1
11
- whisper==1.1.10
12
- spacy>=3.8.7
13
  fuzzywuzzy==0.18.0
14
- python-Levenshtein==0.21.1
15
- python-jose==3.3.0
16
- passlib==1.7.4
17
- cryptography==41.0.4
18
- python-dotenv==1.0.0
19
- gradio>=3.50.2
20
- pydub==0.25.1
 
1
+ gradio==4.19.2
2
+ openai-whisper==20231117
3
+ spacy==3.7.2
4
+ spacy-model-tr-core-news-md @ https://github.com/explosion/spacy-models/releases/download/tr_core_news_md-3.2.0/tr_core_news_md-3.2.0-py3-none-any.whl
5
+ torch==2.1.2
6
+ transformers==4.36.2
7
+ numpy==1.24.3
8
+ scipy==1.10.1
9
+ librosa==0.10.1
10
+ soundfile==0.12.1
11
+ pydub==0.25.1
12
+ python-dotenv==1.0.0
13
+ huggingface-hub==0.20.3
14
  fastapi==0.103.1
15
  uvicorn==0.23.2
 
16
  python-multipart==0.0.6
 
 
17
  noisereduce==2.0.1
 
18
  pyannote.audio==3.0.0
 
 
 
19
  fuzzywuzzy==0.18.0
20
+ python-Levenshtein==0.21.1