mgbam commited on
Commit
5709238
·
verified ·
1 Parent(s): deca06c

Create requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +5 -0
requirements.txt ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ streamlit
2
+ google-generativeai
3
+ chromadb>=0.4.0,<0.5.0 # Pin Chroma version for stability
4
+ Pillow
5
+ python-dotenv # Good practice, though HF secrets are better for deployment