source venv/bin/activate
uvicorn app:app --reload --port 8000
streamlit run streamlit_app.py --server.port 8501
curl -X POST -H "Content-Type: application/json"
-d '{
"name": "my_cool_experiment",
"hyperparams": {"lr": 0.001, "batch_size": 32},
"metrics": {"accuracy": 0.89, "loss": 0.4},
"notes": "Test run"
}'
http://localhost:8000/experiments