Skip to content

Commit

Permalink
Merge pull request #49 from NexaAI/zack-dev
Browse files Browse the repository at this point in the history
Add differentiation to README
  • Loading branch information
zhiyuan8 authored Aug 25, 2024
2 parents c00ce6c + f031908 commit db3e90c
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
21 changes: 21 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,21 @@ Detailed API documentation is available [here](https://docs.nexaai.com/).
- Streaming support
- **Streamlit UI** for interactive model deployment and testing

Below is our differentiation from other similar tools:

| **Feature** | **[Nexa SDK](https://github.com/NexaAI/nexa-sdk)** | **[ollama](https://github.com/ollama/ollama)** | **[Optimum](https://github.com/huggingface/optimum)** | **[LM Studio](https://github.com/lmstudio-ai)** |
|----------------------------|:-------------------------------------------------:|:----------------------------------------------:|:-----------------------------------------------:|:-----------------------------------------------:|
| **GGML Support** |||||
| **ONNX Support** |||||
| **Text Generation** |||||
| **Image Generation** |||||
| **Vision-Language Models** |||||
| **Text-to-Speech** |||||
| **Server Capability** |||||
| **User Interface** |||||



## Installation

### Pre-built Wheels (Recommended)
Expand Down Expand Up @@ -773,3 +788,9 @@ Translates audio files to text in English.
```
</details>
## Acknowledgements
We would like to thank the following projects:
- [llama.cpp](https://github.com/ggerganov/llama.cpp)
- [stable-diffusion.cpp](https://github.com/leejet/stable-diffusion.cpp)
- [optimum](https://github.com/huggingface/optimum)
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ dependencies = [
"streamlit-audiorec",
"python-multipart",
"streamlit-audiorec",
"cmake",
]
classifiers = [
"Programming Language :: Python :: 3",
Expand Down

0 comments on commit db3e90c

Please sign in to comment.