Utkarsh736 commited on
Commit
219440e
·
1 Parent(s): f3d6510

[Add] requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +8 -0
requirements.txt ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ # Core AI and API requirements
2
+ google-generativeai>=0.3.0
3
+
4
+ # Web interface
5
+ gradio>=4.0.0
6
+
7
+ # Data handling and utilities
8
+ python-dateutil>=2.8.0