Skip to content

Commit

Permalink
Added colab demonstrating python client, badges, minor copy updates
Browse files Browse the repository at this point in the history
  • Loading branch information
smallfryy authored Aug 22, 2024
1 parent 680494d commit 5f93a61
Showing 1 changed file with 23 additions and 12 deletions.
35 changes: 23 additions & 12 deletions README.md
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://dcbadge.limes.pink/api/server/https://discord.gg/Zrd5UbMEBA)](https://discord.com/invite/Z723PfCFWf)
[![](https://img.shields.io/badge/Bytez-000000?style=for-the-badge&logo=x&=logoColor=white)](https://x.com/Bytez)
[![Discord](https://img.shields.io/discord/844731722700816395)](https://discord.com/invite/Z723PfCFWf)
[![NPM Version](https://img.shields.io/npm/v/bytez.js)](https://www.npmjs.com/package/bytez.js)
[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/drive/1oZ4_yQoryL9a3CCLiY29JpEI1L5uwqO-?authuser=1#scrollTo=3LRTz2egUNh7&uniqifier=3)

# Bytez
</div>

[![](https://dcbadge.limes.pink/api/server/https://discord.gg/Zrd5UbMEBA)](https://discord.com/invite/Z723PfCFWf) [![](https://img.shields.io/badge/Bytez-000000?style=for-the-badge&logo=x&=logoColor=white)](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 🤙
Expand All @@ -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`).

[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/drive/1oZ4_yQoryL9a3CCLiY29JpEI1L5uwqO-?authuser=1#scrollTo=3LRTz2egUNh7&uniqifier=3)

### Load and run a model
```python
import os
Expand All @@ -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
Expand All @@ -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
Expand All @@ -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.

Expand Down Expand Up @@ -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.

Expand Down

0 comments on commit 5f93a61

Please sign in to comment.