Skip to content

2nd place 'Future of Search' at AIEngineUCL2024: Unlocking version control for machine learning model development

Notifications You must be signed in to change notification settings

shahar-dagan/GitML

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Setup

source venv/bin/activate

Run the FastAPI server

uvicorn app:app --reload --port 8000

Run the Streamlit app

streamlit run streamlit_app.py --server.port 8501

Log an experiment

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

About

2nd place 'Future of Search' at AIEngineUCL2024: Unlocking version control for machine learning model development

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published