Spaces:
Sleeping
Sleeping
turing-usp
commited on
Commit
•
6ef657d
1
Parent(s):
a16db5b
Update requirements.txt
Browse files- requirements.txt +11 -11
requirements.txt
CHANGED
@@ -1,23 +1,23 @@
|
|
1 |
# Bibliotecas de Processamento de Vídeo
|
2 |
-
ffmpeg-python
|
3 |
-
pytube
|
4 |
-
moviepy
|
5 |
|
6 |
# Reconhecimento e Processamento de Fala
|
7 |
git+https://github.com/openai/whisper.git
|
8 |
-
SpeechRecognition
|
9 |
|
10 |
# Frameworks de Machine Learning e Deep Learning
|
11 |
-
torch
|
12 |
-
transformers
|
13 |
|
14 |
# Indexação de Dados e Busca por Similaridade
|
15 |
-
faiss-gpu
|
16 |
|
17 |
# Bibliotecas PLN e APIs de IA
|
18 |
-
nltk
|
19 |
-
langchain
|
20 |
-
openai
|
21 |
|
22 |
# Framework de Aplicação Web
|
23 |
-
streamlit
|
|
|
1 |
# Bibliotecas de Processamento de Vídeo
|
2 |
+
ffmpeg-python == 0.2.0
|
3 |
+
pytube == 15.0.0
|
4 |
+
moviepy == 1.0.3
|
5 |
|
6 |
# Reconhecimento e Processamento de Fala
|
7 |
git+https://github.com/openai/whisper.git
|
8 |
+
SpeechRecognition == 3.10.4
|
9 |
|
10 |
# Frameworks de Machine Learning e Deep Learning
|
11 |
+
torch == 2.3.0
|
12 |
+
transformers == 4.40.1
|
13 |
|
14 |
# Indexação de Dados e Busca por Similaridade
|
15 |
+
faiss-gpu == 1.7.2
|
16 |
|
17 |
# Bibliotecas PLN e APIs de IA
|
18 |
+
nltk == 3.8.1
|
19 |
+
langchain == 0.1.17
|
20 |
+
openai == 1.26.0
|
21 |
|
22 |
# Framework de Aplicação Web
|
23 |
+
streamlit == 1.34.0
|