File size: 1,048 Bytes
0122ddd
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
56
57
58
59
60
61
62
63
64
65
66
# Core FastAPI & Web Framework
fastapi==0.104.1
uvicorn==0.24.0
gradio==4.44.0
pydantic==2.5.0
starlette==0.27.0

# Machine Learning & AI
torch==2.1.0
transformers==4.35.0
sentence-transformers==2.2.2
scikit-learn==1.3.2
numpy==1.24.3
pandas==2.1.3

# Audio Processing
librosa==0.10.1
soundfile==0.12.1
pyaudio==0.2.11
speech_recognition==3.10.0

# Vector Database & RAG
chromadb==0.4.15
langchain==0.1.0
langchain-community==0.0.10

# LLM Integration
groq==0.4.1
openai==1.3.7

# Indian Language Support
indictrans==2.0.0
ai4bharat-transliteration==1.0.1

# Financial Data & APIs
yfinance==0.2.22
alpha-vantage==2.3.1
requests==2.31.0

# Database & Storage
sqlite3
sqlalchemy==2.0.23
aiosqlite==0.19.0

# Optimization & Math
scipy==1.11.4
cvxpy==1.4.1
pypfopt==1.5.5

# Utilities
python-multipart==0.0.6
python-dotenv==1.0.0
typing-extensions==4.8.0
pydub==0.25.1
io-base64==0.1.1

# Development & Testing
pytest==7.4.3
httpx==0.25.2

# Additional Dependencies
markdown==3.5.1
beautifulsoup4==4.12.2
lxml==4.9.3
python-dateutil==2.8.2
pytz==2023.3