Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/drewxs/engram

Machine learning library
https://github.com/drewxs/engram

machine-learning rust

Last synced: 5 days ago
JSON representation

Machine learning library

Awesome Lists containing this project

README

        

# Engram

General purpose machine learning library for Rust.

[Documentation](https://engram-rs.vercel.app/engram/index.html)

## Installation

```sh
cargo add --git https://github.com/drewxs/engram
```

Or add directly to your `Cargo.toml` dependencies.

```toml
engram = { git = "https://github.com/drewxs/engram", version = "0.1.0" }
```

---

[MIT](https://github.com/drewxs/engram/blob/main/LICENSE) licensed.