Wafaa22 commited on
Commit
9f97a14
·
verified ·
1 Parent(s): ea2af34
Files changed (1) hide show
  1. requirements.txt +18 -0
requirements.txt ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ streamlit
2
+ pandas
3
+ nltk
4
+ google.generativeai
5
+ watchdog
6
+ python-dotenv
7
+ annotated-types==0.7.0
8
+ anyio==4.6.0
9
+ click==8.1.7
10
+ fastapi==0.115.0
11
+ h11==0.14.0
12
+ idna==3.10
13
+ pydantic==2.9.2
14
+ pydantic_core==2.23.4
15
+ sniffio==1.3.1
16
+ starlette==0.38.6
17
+ typing_extensions==4.12.2
18
+ uvicorn==0.31.0