Awesome-Rust-MachineLearning
just

Awesome-Rust-MachineLearning | just | |
---|---|---|
5 | 210 | |
2,137 | 26,413 | |
2.9% | 2.9% | |
0.0 | 9.1 | |
almost 2 years ago | 7 days ago | |
JavaScript | Rust | |
MIT License | Creative Commons Zero v1.0 Universal |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Awesome-Rust-MachineLearning
-
Performance critical ML: How viable is Rust as an alternative to C++
There’s an awesome-git list for a bunch of ML rust stuff not sure how up to date it is as well https://github.com/vaaaaanquish/Awesome-Rust-MachineLearning … not mine
-
Machine Learning Inference Server in Rust?
I am looking for something like [Triton Inference Server](https://github.com/triton-inference-server/server) or [TFX Serving](https://www.tensorflow.org/tfx/guide/serving), but in Rust. I came across [Orkon](https://github.com/vertexclique/orkhon) which seems to be dormant and a bunch of examples off of the [Awesome-Rust-MachineLearning](https://github.com/vaaaaanquish/Awesome-Rust-MachineLearning)
-
Any role that Rust could have in the Data world (Big Data, Data Science, Machine learning, etc.)?
There's also https://github.com/vaaaaanquish/Awesome-Rust-MachineLearning
- I wanted to share my experience of Rust as a deep learning researcher
-
Awesome Rewrite It In Rust - A curated list of replacements for existing software written in Rust
I saw Awesome-Rust-MachineLearning. It have something replacements from Python.
just
-
Tools I love: mise(-en-place)
I manage a monorepo at my workplace. Different devs with various levels of seniority are on/off boarded on the project, some on mac some on linux.
At first I offered mise as the recommended tool, and after a while I declared it's the only supported way to build the project and boom! All support requests that used to end with "oooh my XYZ's version was not matching the project's requirement" are gone now.
I like asdf but it has quirks. Mise has been a better companion for me past few years.
I also hear people say "but my node/ruby/elixir/java/foo version manager will break. My team uses that tool in our other projects, etc, etc" then I only have to show them what an amazing drop-in replacement mise is and nothing breaks; there's no going back for them.
I just hope muse stays mise, and doesn't become just[1] (whom I also install via mise)
[1]: https://github.com/casey/just
-
Learn Makefiles
This is excellent modern replacement for part where Makefiles get messy: https://github.com/casey/just
-
Stop struggling with Rust CLI tool installs: the only guide you need (Mac, Linux, Windows)
just GitHub A simple and powerful task runner
-
Show HN: I wrote a modern Command Line Handbook
If you want to use make, power to you, it’s definitely a useful tool. (What I’m trying to say is I’m bashing make, not you.)
That being said, I absolutely hate make, there are so many footguns and weird quirks and implicit behavior that always end up biting me.
I find that 90% of the time what I actually want is a command runner like Just (https://github.com/casey/just) and have the make file contain the absolute sheer minimum required to build code.
While we’re at it, CMake is another build tool with the same problems as make - powerful, with an ugly syntax, unintuitive semantics, hidden dragons, and a manual that’s torturous to read.
- SuperUtilsPlus: A Modern Alternative to Lodash
-
Makefiles are older than Doom why are we still using them?
Justfile (Command Runner)
- Just – a handy way to save and run project-specific commands
-
A Fresh Approach to Local MQTT Development
I also suggest installing just, a useful tool that simplifies running commands from your terminal with minimal typing.
- Show HN: Infat – Declaritive application assocation manager for macOS
-
Task – an alternative to Make written in Go
Interesting that it uses yaml. For something closer to Makefiles but more sane, check out https://just.systems.
What are some alternatives?
linfa - A Rust machine learning framework.
cargo-make - Rust task runner and build tool.
are-we-learning-yet - How ready is Rust for Machine Learning?
Task - A task runner / simpler Make alternative written in Go
neuronika - Tensors and dynamic neural networks in pure Rust.
CodeLLDB - A native debugger extension for VSCode based on LLDB
