anowell / are-we-learning-yet

How ready is Rust for Machine Learning?
http://arewelearningyet.com
Creative Commons Attribution 4.0 International
453 stars 61 forks source link

Add MLOps category #150

Closed GabrielBianconi closed 2 months ago

GabrielBianconi commented 2 months ago

Following discussion with @anowell, I'm adding an MLOps category.

I'm adding a project I'm involved with (TensorZero) as well as two other projects I'm familiar with.

There was a small issue with the scraping tool: it skipped entries that only had a Github repository and no crates.io crate name. That has been resolved (main.rs).

GabrielBianconi commented 2 months ago

I also had to upgrade actions/upload-artifact due to a CI error.

GabrielBianconi commented 2 months ago

Same for actions/download-artifact

anowell commented 2 months ago

This all looks great. Merging as is. Thanks for the contribution.