File size: 1,051 Bytes
0061c9d
 
 
 
 
 
 
 
 
2f508cb
 
 
0061c9d
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
# Web Frameworks and APIs
Flask==3.0.3
FastAPI==0.111.0

# Data Science and Machine Learning
numpy==1.22.0
pandas==1.5.3
scikit-learn==1.5.1
matplotlib==3.8.4
torch --index-url https://download.pytorch.org/whl/cpu
torchvision --index-url https://download.pytorch.org/whl/cpu
torchaudio --index-url https://download.pytorch.org/whl/cpu

# Natural Language Processing and AI
spacy==3.7.5
transformers==4.42.3
huggingface-hub==0.23.4
hugchat==0.4.9

# Langchain Ecosystem
langchain==0.2.7
langchain-community==0.2.7
langchain-core==0.2.12
langchain-experimental==0.0.62
langchain-huggingface==0.0.3
langchain-text-splitters==0.2.2
langchainhub==0.1.20

# Other AI and Language Models
openai==1.35.13

# Utilities and Tools
requests==2.32.3
beautifulsoup4==4.12.3
Pillow==10.4.0
tqdm==4.66.4

# Data Serialization and Parsing
pyyaml==6.0.1
jsonschema==4.23.0

# Async Programming
aiohttp==3.9.5
asyncio  # Built-in, no version needed

# Testing
pytest==8.2.2

# Web Scraping
playwright==1.45.0

# Data Visualization
plotly==5.22.0
gradio
streamlit==1.36.0