fikir ashenafi commited on
Commit
5bc1e89
·
verified ·
1 Parent(s): 8cd3d1d

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +10 -25
requirements.txt CHANGED
@@ -1,40 +1,25 @@
1
  # Core Dependencies
2
- python-dotenv>=1.0.0
3
- langchain>=0.0.350
4
  langchain-community>=0.0.10
5
- transformers>=4.30.2
6
  sentence-transformers>=2.2.2
7
- faiss-cpu>=1.7.4
8
- torch>=2.0.1 --index-url https://download.pytorch.org/whl/cpu
9
- accelerate>=0.21.0
10
 
11
  # Web Scraping & Search
12
- duckduckgo-search>=3.8.3
13
  beautifulsoup4>=4.12.2
14
  requests>=2.31.0
15
- google>=3.0.0
16
- tenacity>=8.2.2
17
- aiohttp>=3.8.5
18
- httpx>=0.24.1
19
-
20
- # Image Processing
21
- Pillow>=10.0.0
22
- face-recognition>=1.3.0
23
- opencv-python-headless>=4.8.0
24
 
25
  # OSINT Tools
26
  holehe>=1.61
27
- sherlock-project>=0.14.0
28
  python-whois>=0.8.0
29
- geopy>=2.3.0
30
 
31
  # UI
32
- gradio>=3.40.1
33
- markdown>=3.4.3
34
 
35
  # Utilities
36
- python-dateutil>=2.8.2
37
- tqdm>=4.65.0
38
- validators>=0.20.0
39
- urllib3>=2.0.4
40
- certifi>=2023.7.22
 
1
  # Core Dependencies
2
+ langchain>=0.1.0
 
3
  langchain-community>=0.0.10
4
+ transformers>=4.36.2
5
  sentence-transformers>=2.2.2
6
+ torch>=2.1.2 --index-url https://download.pytorch.org/whl/cpu
 
 
7
 
8
  # Web Scraping & Search
9
+ duckduckgo-search>=4.1.1
10
  beautifulsoup4>=4.12.2
11
  requests>=2.31.0
12
+ tenacity>=8.2.3
13
+ aiohttp>=3.9.1
 
 
 
 
 
 
 
14
 
15
  # OSINT Tools
16
  holehe>=1.61
 
17
  python-whois>=0.8.0
18
+ geopy>=2.4.1
19
 
20
  # UI
21
+ gradio>=4.12.0
 
22
 
23
  # Utilities
24
+ numpy>=1.26.2
25
+ pillow>=10.1.0