mirror of
https://github.com/rust-unofficial/awesome-rust
synced 2024-11-26 22:00:25 +00:00
Merge branch 'main' into main
This commit is contained in:
commit
23a410e131
1 changed files with 5 additions and 0 deletions
|
@ -49,6 +49,7 @@ If you want to contribute, please read [this](CONTRIBUTING.md).
|
|||
* [Artificial Intelligence](#artificial-intelligence)
|
||||
+ [Genetic algorithms](#genetic-algorithms)
|
||||
+ [Machine learning](#machine-learning)
|
||||
+ [OpenAI](#openai)
|
||||
* [Astronomy](#astronomy)
|
||||
* [Asynchronous](#asynchronous)
|
||||
* [Audio and Music](#audio-and-music-1)
|
||||
|
@ -761,6 +762,10 @@ See also [About Rust’s Machine Learning Community](https://medium.com/@autumn_
|
|||
* [smartcorelib/smartcore](https://github.com/smartcorelib/smartcore) — Machine Learning Library In Rust [![Build Status](https://img.shields.io/circleci/build/github/smartcorelib/smartcore)](https://smartcorelib.org/)
|
||||
* [tensorflow/rust](https://github.com/tensorflow/rust) — Rust language bindings for TensorFlow. [![Build Status](https://api.travis-ci.org/tensorflow/rust.svg?branch=master)](https://travis-ci.org/tensorflow/rust)
|
||||
|
||||
#### OpenAI
|
||||
|
||||
* [64bit/async-openai](https://github.com/64bit/async-openai) [[async-openai](https://crates.io/crates/async-openai)] — Ergonomic Rust bindings for OpenAI API based on OpenAPI spec.
|
||||
|
||||
### Astronomy
|
||||
|
||||
[[astronomy](https://crates.io/keywords/astronomy)]
|
||||
|
|
Loading…
Reference in a new issue