-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added colab demonstrating python client, badges, minor copy updates
- Loading branch information
Showing
1 changed file
with
23 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,25 @@ | ||
<div align="center"> | ||
<img alt="bytez" height="200px" src="https://github.com/Bytez-com/docs/assets/9612780/610ae3a1-65b5-4f8a-8ed5-0bae9134ab5f"> | ||
</div> | ||
<img alt="bytez" height="250px" src="https://github.com/Bytez-com/docs/assets/9612780/610ae3a1-65b5-4f8a-8ed5-0bae9134ab5f"> | ||
|
||
[](https://discord.com/invite/Z723PfCFWf) | ||
[](https://x.com/Bytez) | ||
[](https://discord.com/invite/Z723PfCFWf) | ||
[](https://www.npmjs.com/package/bytez.js) | ||
[](https://colab.research.google.com/drive/1oZ4_yQoryL9a3CCLiY29JpEI1L5uwqO-?authuser=1#scrollTo=3LRTz2egUNh7&uniqifier=3) | ||
|
||
# Bytez | ||
</div> | ||
|
||
[](https://discord.com/invite/Z723PfCFWf) [](https://x.com/Bytez) | ||
# ✨ Bytez | ||
|
||
Evaluate and run large AI models affordably with Bytez – achieve GPU performance at CPU pricing. | ||
|
||
# Quickstart | ||
# 🚀 Quickstart | ||
Two steps to run inference in minutes: | ||
1. Get your API Key | ||
2. Choose your path: run inference locally via Docker or use our API (javascript, python, REST API) | ||
|
||
## API Key | ||
Join the [Bytez Discord](https://discord.gg/Zrd5UbMEBA) or send us an [email](mailto:team@bytez.com) to get your key. | ||
## 🔑 API Key | ||
Join the [Bytez Discord](https://discord.gg/Zrd5UbMEBA) or go to [Bytez.com](http://bytez.com), sign in, and visit user settings to get your key. | ||
|
||
## Docker | ||
All Bytez models are available on [Docker Hub](https://hub.docker.com/u/bytez) or our [About](https://bytez.com/about) page 🤙 | ||
|
@@ -24,8 +29,11 @@ All Bytez models are available on [Docker Hub](https://hub.docker.com/u/bytez) o | |
- [Javascript](./javascript/readme.md) | ||
- [Julia](./julia/Bytez/readme.md) | ||
|
||
## Python | ||
## <img src="https://upload.wikimedia.org/wikipedia/commons/thumb/c/c3/Python-logo-notext.svg/1869px-Python-logo-notext.svg.png" height=15 /> Python | ||
Load and run a model after installing our python library (`pip install Bytez`). | ||
|
||
[](https://colab.research.google.com/drive/1oZ4_yQoryL9a3CCLiY29JpEI1L5uwqO-?authuser=1#scrollTo=3LRTz2egUNh7&uniqifier=3) | ||
|
||
### Load and run a model | ||
```python | ||
import os | ||
|
@@ -45,7 +53,7 @@ print(output) | |
|
||
See the [API Documentation](./python/readme.md) for all examples. | ||
|
||
## Javascript | ||
## <img src="https://cdn-icons-png.flaticon.com/512/5968/5968322.png" height=15 /> Javascript | ||
Load and run a model after installing our Typescript library (`npm i bytez.js`). | ||
### Load and run a model | ||
```javascript | ||
|
@@ -66,8 +74,11 @@ console.log(output); | |
|
||
See the [API Documentation](./javascript/readme.md) for all examples. | ||
|
||
## Julia | ||
## <img src="https://upload.wikimedia.org/wikipedia/commons/1/1f/Julia_Programming_Language_Logo.svg" height=15 />Julia | ||
Load and run a model after installing our Bytez library (`add Bytez`). | ||
|
||
<img src="https://cdn.jsdelivr.net/gh/fonsp/[email protected]/frontend/img/logo.svg" height=15 /> <b>[Interactive Notebook!](#)</b> <i>(Coming Soon)</i> | ||
|
||
### Load and run a model | ||
```julia | ||
using Bytez | ||
|
@@ -86,7 +97,7 @@ println(output) | |
|
||
``` | ||
|
||
## REST API | ||
## <img src="https://www.svgrepo.com/show/305922/curl.svg" height=15 /> REST API | ||
|
||
Bytez has a REST API for loading, running, and requesting new models. | ||
|
||
|
@@ -131,7 +142,7 @@ See the [API Documentation](./api.md) for all endpoints. | |
|
||
# Model Library | ||
|
||
We currently support text generation and chat models. See our [model library](https://bytez.com/about) on our website for the full list. | ||
We currently support 10,000+ open source AI models across 35+ ML tasks. See our [model library](https://bytez.com/about) for the full list. | ||
|
||
Here are some models that can be run - with their required RAM. | ||
|
||
|