Compare commits

...

4 Commits

Author SHA1 Message Date
Tom Parker-Shemilt be98998d8a
Merge pull request #1718 from kimono-koans/patch-2
Update README.md to include `dano`
3 weeks ago
Tom Parker-Shemilt 85ff821a86
Merge branch 'main' into patch-2 3 weeks ago
Tom Parker-Shemilt 49ac14b72b Fix zip and juice 3 weeks ago
kimono-koans d94ad7e98c
Update README.md to include `dano` 3 weeks ago

@ -162,6 +162,7 @@ See also [Rust — Production](https://www.rust-lang.org/production) organizatio
### Audio and Music
* [dano](https://github.com/kimono-koans/dano) — A hashdeep/md5tree (but much more) for media files
* [enginesound](https://github.com/DasEtwas/enginesound) — A GUI and command line application used to procedurally generate semi-realistic engine sounds. Featuring in-depth configuration, variable sample rate and a frequency analysis window.
* [Festival](https://github.com/hinto-janai/festival) — A local music player/server/client [![build-badge](https://github.com/hinto-janai/festival/actions/workflows/ci.yml/badge.svg)](https://github.com/hinto-janai/festival/actions/workflows/ci.yml)
* [figsoda/mmtc](https://github.com/figsoda/mmtc) [[mmtc](https://crates.io/crates/mmtc)] — Minimal mpd terminal client that aims to be simple yet highly configurable [![build-badge](https://github.com/figsoda/mmtc/actions/workflows/ci.yml/badge.svg)](https://github.com/figsoda/mmtc/actions/workflows/ci.yml)
@ -870,7 +871,7 @@ See [[Machine learning](https://crates.io/keywords/machine-learning)]
See also [About Rusts Machine Learning Community](https://medium.com/@autumn_eng/about-rust-s-machine-learning-community-4cda5ec8a790#.hvkp56j3f) and [Are we learning yet?](https://www.arewelearningyet.com).
* [autumnai/leaf](https://github.com/autumnai/leaf) — Open Machine Intelligence framework.. Abandoned project. The most updated fork is [spearow/juice]( https://github.com/spearow/juice).
* [autumnai/leaf](https://github.com/autumnai/leaf) — Open Machine Intelligence framework.. Abandoned project. The most updated fork is [juice](https://github.com/fff-rs/juice).
* [burn](https://github.com/tracel-ai/burn) - A Flexible and Comprehensive Deep Learning Framework.
* [coreylowman/dfdx](https://github.com/coreylowman/dfdx) — CUDA accelerated machine learning framework that leverages many of Rust's unique features. ![Crates.io](https://img.shields.io/crates/v/dfdx)
* [huggingface/candle](https://github.com/huggingface/candle) [[candle-core](https://crates.io/crates/candle-core)]- a minimalist ML framework with a focus on easiness of use and on performance (including GPU support)
@ -1042,7 +1043,7 @@ See also [About Rusts Machine Learning Community](https://medium.com/@autumn_
* tar
* [alexcrichton/tar-rs](https://github.com/alexcrichton/tar-rs) — tar archive reading/writing
* zip
* [zip-rs/zip](https://github.com/zip-rs/zip) — read and write ZIP archives
* [zip-rs/zip2](https://github.com/zip-rs/zip2) [[zip](https://crates.io/crates/zip)] — read and write ZIP archives
* zstd
* [gyscos/zstd-rs](https://github.com/gyscos/zstd-rs) — rust binding for the zstd compression library

Loading…
Cancel
Save