Spaces:
Sleeping
Sleeping
v1
Browse files- photorec.se2 +0 -0
- requirements.txt +20 -1
photorec.se2
ADDED
Binary file (41 kB). View file
|
|
requirements.txt
CHANGED
@@ -1,2 +1,21 @@
|
|
|
|
|
|
1 |
gradio
|
2 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
beautifulsoup4
|
2 |
+
duckduckgo-search
|
3 |
gradio
|
4 |
+
imageio
|
5 |
+
langchain
|
6 |
+
langchain-core
|
7 |
+
langchain-experimental
|
8 |
+
langchain-ollama
|
9 |
+
langgraph
|
10 |
+
opencv-python
|
11 |
+
openai-whisper
|
12 |
+
pandas
|
13 |
+
playwright
|
14 |
+
pillow
|
15 |
+
python-dotenv
|
16 |
+
pytesseract
|
17 |
+
requests
|
18 |
+
torch
|
19 |
+
typing_extensions
|
20 |
+
yt-dlp
|
21 |
+
youtube-transcript-api
|