- Powershell install script, (co-pilot ftw I never going to learn that script language)
- Some simple stats with a http endpoint
- Simple http endpoint for image object detection test
powershell -NoProfile -Command "curl 'https://github.com/xnorpx/blue-onyx/releases/latest/download/install_latest_blue_onyx.ps1' -o 'install_latest_blue_onyx.ps1'; Unblock-File '.\install_latest_blue_onyx.ps1'; powershell.exe -ExecutionPolicy Bypass -File '.\install_latest_blue_onyx.ps1'"What's Changed
- Release 0.2.0 by @xnorpx in #16
- Save some notes how to do a release for next time by @xnorpx in #17
- Add model name to benchmark stats #8 by @xnorpx in #20
- Cargo toml cleanup by @xnorpx in #21
- Check for updates by @xnorpx in #27
- Add recording of metrics by @xnorpx in #28
- Add askana and empty stats template by @xnorpx in #29
- Add stats page for server health by @xnorpx in #30
- Add test endpoint by @xnorpx in #31
- Update install script to take down existing process if needed. by @xnorpx in #32
- Release 0.3.0 by @xnorpx in #33
Full Changelog: 0.2.0...0.3.0
