Skip to content

Commit

Permalink
Add doc
Browse files Browse the repository at this point in the history
Signed-off-by: Aisuko <[email protected]>
  • Loading branch information
Aisuko committed Aug 24, 2024
1 parent 43be894 commit 8ce45ae
Showing 1 changed file with 19 additions and 4 deletions.
23 changes: 19 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,23 @@
# lupin
# lupinIII

Inference API aggregator for performance requirements.
RESTful API aggregator for high performance and smaller size image requirements.


# Reference
# Installation

* https://github.com/tokio-rs/axum/blob/main/ECOSYSTEM.md#project-showcase
```bash
cargo build

cargo run
```

# Server/Swagger address
```
http://localhost:8080
http://localhost:8080/docs
```

# Inference engine candidates

* https://github.com/Tracel-AI/burn
* https://github.com/huggingface/candle

0 comments on commit 8ce45ae

Please sign in to comment.