Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/dawi369/oxide

🦀 A barebones inferencing server in Rust, using Hyper for HTTP logic and ORT for inferencing models. Containerized and easily hostable. Complete control over type of model and inferencing behavior!
https://github.com/dawi369/oxide

container docker http hyper inferencing model ort rust server

Last synced: about 1 month ago
JSON representation

🦀 A barebones inferencing server in Rust, using Hyper for HTTP logic and ORT for inferencing models. Containerized and easily hostable. Complete control over type of model and inferencing behavior!

Awesome Lists containing this project

README

        

# Oxide
Oxide is a lightweight containerized model inferencing server built without unnecessary frameworks! 🦀

---

![](OxideInferencing.png)

*Oxide Home Page*

---

## Features
- Inferences custom models on any hardware you want.
- Choose between custom tokenizers, full control over your model.
- incredibly lightweight

## Installation
Installing Oxide can be done from source.

### From Source
Clone this repository,
```sh
git clone https://github.com/dawi369/Oxide.git
```

To render run server, navigate to the root of the repo directory, and run
```sh
cargo run --release
```

## Usage
```
Oxide: Inference your custom models on the cloud!

Usage:
curl -X POST http://>/inference \
-H "Content-Type: text/plain" \
-d "Please generate a warm welcome."
```

## Author
(c) [David Erwin](https://www.daviderwin.me/)