# Install uv (the fast Python package manager)
curl -LsSf https://astral.sh/uv/install.sh | sh
# or see: https://docs.astral.sh/uv/
# Verify installation
uv --versionuv syncuv python -m sparkle.model.scripts.train- Satvik (https://github.com/satvik13o7/)
- Kavish Kashyap (https://github.com/Real-Professor/)
- Arnav Garg (https://github.com/dorkcubed/)
- Atharva Gupta (https://github.com/atharva7-g/)
manifest.json format
[
{
"flow": "flow_001",
"packet": "s3://netml-s3-bucket/.../packets/0001.txt",
"header": "s3://netml-s3-bucket/.../header/0001.txt",
"field": "s3://netml-s3-bucket/.../fields/0001.txt",
"direction": "s3://netml-s3-bucket/.../direction/0001.txt"
},
{
"flow": "flow_002",
"packet": "s3://netml-s3-bucket/.../packets/0002.txt",
"header": "s3://netml-s3-bucket/.../header/0002.txt",
"field": "s3://netml-s3-bucket/.../fields/0002.txt",
"direction": "s3://netml-s3-bucket/.../direction/0002.txt"
}
]Total: 239223
Train: 203339 | Val: 17941 | Test: 17943