Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/drewxs/engram
- Owner: drewxs
- License: mit
- Created: 2023-03-20T07:17:53.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-08T01:37:12.000Z (5 months ago)
- Last Synced: 2024-09-08T03:04:48.809Z (5 months ago)
- Topics: machine-learning, rust
- Language: Rust
- Homepage: https://engram-rs.vercel.app/engram/index.html
- Size: 237 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.