Skip to content

Commit 563da19

Browse files
Added fake data generator + gen. data; [skip ci]
Added a script to generate fake data. Trained and saved a synthetic data generator model using the SDV library. Updated requirements.txt to include the new dependencies. This feature will be useful for simulating the inference and monitoring parts of the workflow, which are planned to be added soon.
1 parent 7a6b2c5 commit 563da19

3 files changed

Lines changed: 581 additions & 1 deletion

File tree

requirements.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,6 @@ slowapi==0.1.9
44
dash-bootstrap-components==2.0.4
55
fastapi==0.135.1
66
uvicorn==0.41.0
7-
python-dotenv==1.2.2
7+
python-dotenv==1.2.2
8+
torch==2.12.0.dev20260320+cu128 # This version works with Nvidia RTX 5070 Ti GPU. If you experience issues, change to a compatible version for your GPU.
9+
sdv==1.35.0

0 commit comments

Comments
 (0)