Skip to content

Commit f1c1ea6

Browse files
Stainless Botstainless-app[bot]
Stainless Bot
authored andcommitted
fix file permissions
1 parent 8403eb7 commit f1c1ea6

File tree

53 files changed

+17391
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

53 files changed

+17391
-0
lines changed

examples/.keep

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
File generated from our OpenAPI spec by Stainless.
2+
3+
This directory can be used to store example files demonstrating usage of this SDK.
4+
It is ignored by Stainless code generation and its content (other than this keep file) won't be touched.

examples/README.md

+43
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
<div align="left">
2+
<img src="_static/logo-blue-text.svg"><br>
3+
</div>
4+
5+
# Examples Gallery | Openlayer
6+
7+
[![Tweet](https://img.shields.io/twitter/url/http/shields.io.svg?style=social)](https://twitter.com/intent/tweet?text=Openlayer:%20The%20debugging%20workspace%20for%20AI%20&url=https://github.com/openlayer-ai/examples-gallery&via=openlayerco)
8+
[![PyPI Latest Release](https://img.shields.io/pypi/v/openlayer.svg)](https://pypi.org/project/openlayer/)
9+
[![downloads](https://pepy.tech/badge/openlayer)](https://pepy.tech/project/openlayer)
10+
11+
This repository contains a gallery of sample notebooks illustrating the use of the `openlayer` Python library.
12+
You can use it as a starting point for your projects, or together with the [documentation](https://openlayer.com/docs)
13+
and [API reference](https://www.openlayer.com/docs/api-reference/introduction).
14+
15+
## What is Openlayer?
16+
17+
Openlayer is an evaluation tool that fits into your **development** and **production** pipelines to help you ship high-quality models with confidence.
18+
19+
👉 [Join our Discord community!](https://discord.gg/t6wS2g6MMB) We'd love to meet you and help you get started evaluating your AI models.
20+
21+
## Installation
22+
23+
To run the notebooks in this repository, you'll need to have the `openlayer` library installed.
24+
25+
Install with PyPI (pip)
26+
27+
```console
28+
pip install --upgrade openlayer
29+
```
30+
31+
or install with Anaconda (conda)
32+
33+
```console
34+
conda install openlayer --channel conda-forge
35+
```
36+
37+
## Documentation
38+
39+
This repository complements the rest of the documentation. Navigate [here](https://openlayer.com/docs) for quickstart guides and in-depth tutorials. The full Python library reference can be found [here](https://reference.openlayer.com/reference/index.html).
40+
41+
## Contributing
42+
43+
All contributions, bug reports, bug fixes, documentation improvements, enhancements, and ideas are welcome! Just send us a message on [Discord](https://discord.gg/t6wS2g6MMB).

examples/_static/logo-blue-text.svg

+14
Loading

0 commit comments

Comments
 (0)