Codex commited on
Commit
0af2179
·
1 Parent(s): 7d2a23e

Deploy SQuADDS ML inference API

Browse files
Files changed (2) hide show
  1. deployment_manifest.json +1 -1
  2. requirements.txt +1 -0
deployment_manifest.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "generated_at": "2026-04-10T23:34:07.750772+00:00",
3
  "space": {
4
  "repo_id": "SQuADDS/squadds-ml-inference-api",
5
  "title": "SQuADDS ML Inference API",
 
1
  {
2
+ "generated_at": "2026-04-10T23:36:26.474842+00:00",
3
  "space": {
4
  "repo_id": "SQuADDS/squadds-ml-inference-api",
5
  "title": "SQuADDS ML Inference API",
requirements.txt CHANGED
@@ -2,4 +2,5 @@ fastapi==0.115.12
2
  uvicorn[standard]==0.34.0
3
  numpy==1.26.4
4
  joblib==1.4.2
 
5
  tensorflow-cpu==2.11.1
 
2
  uvicorn[standard]==0.34.0
3
  numpy==1.26.4
4
  joblib==1.4.2
5
+ scikit-learn==1.6.1
6
  tensorflow-cpu==2.11.1