Skip to content

Commit b649af3

Browse files
authored
Create requirements.txt
1 parent fd1f15c commit b649af3

1 file changed

Lines changed: 23 additions & 0 deletions

File tree

requirements.txt

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# Web framework
2+
fastapi
3+
uvicorn
4+
5+
# Database & ORM
6+
sqlalchemy
7+
psycopg2-binary
8+
pandas
9+
numpy
10+
11+
# Visualization
12+
matplotlib
13+
seaborn
14+
wordcloud
15+
16+
# Google Gemini API
17+
google-generativeai
18+
Pillow
19+
markdown
20+
21+
# Utilities
22+
python-dotenv
23+
emoji

0 commit comments

Comments
 (0)