sivapriya175 commited on
Commit
e11191e
·
1 Parent(s): ee329f7

deploy backend files

Browse files
Files changed (2) hide show
  1. .env +2 -0
  2. requirements.txt +3 -0
.env CHANGED
@@ -0,0 +1,2 @@
 
 
 
1
+ # 🔹 Store your API keys securely
2
+ GROQ_API_KEY=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
requirements.txt CHANGED
@@ -2,4 +2,7 @@ fastapi
2
  uvicorn
3
  pandas
4
  numpy
 
 
5
  groq
 
 
2
  uvicorn
3
  pandas
4
  numpy
5
+ scikit-learn
6
+ python-dotenv
7
  groq
8
+ huggingface_hub