|
| 1 | +<div align="left"> |
| 2 | + <img src="logo-blue-text.svg"><br> |
| 3 | +</div> |
| 4 | + |
| 5 | +# Examples Gallery | Unbox AI |
| 6 | +[](https://twitter.com/intent/tweet?text=Unbox:%20The%20debugging%20workspace%20for%20ML%20&url=https://github.com/unboxai&via=unbox_ai&hashtags=mlops) |
| 7 | +[](https://pypi.org/project/unboxapi/) |
| 8 | +[](https://pepy.tech/project/unboxapi) |
| 9 | + |
| 10 | +This repository contains a gallery of sample notebooks illustrating the process of **creating projects and uploading models & datasets** to the Unbox platform. |
| 11 | + |
| 12 | +## Why this repository exists? |
| 13 | + |
| 14 | +This repository fulfils two main goals: |
| 15 | + |
| 16 | +1. It demonstrates our Python API in action; and |
| 17 | +2. It provides toy examples that may be somewhat similar to the problems you are solving at your organization. |
| 18 | + |
| 19 | +We take privacy seriously and understand that sometimes, your actual models and datasets are sensible and cannot be uploaded to our community edition platform. No worries, we got you covered. Unbox also offers an on-premise solution that you can host in your own virtual private cloud (VPC). |
| 20 | + |
| 21 | +In that case, pick a task type, model framework or problem that shares similarities with your actual models / datasets and start exploring Unbox's right away! If you like it, [contact us](mailto:founders@unbox.ai) and we can discuss the best solution for your organization's needs. |
| 22 | + |
| 23 | +## What is Unbox? |
| 24 | + |
| 25 | +Unbox is a debugging workspace for ML & Data Science. Unbox combines and builds upon SOTA techniques in explainability, model and dataset versioning, synthetic data generation, data-centric testing and much more to form a powerful, **unified platform for model development**. |
| 26 | + |
| 27 | +👉 [Join our Slack community!](https://l.linklyhq.com/l/1DG73) We'd love to meet you and help you get started with Unbox! |
| 28 | + |
| 29 | +## Installation |
| 30 | + |
| 31 | +To run the notebooks on this repository, you'll need to have the `unboxapi` module installed. |
| 32 | + |
| 33 | +You can do so with with PyPI (pip) |
| 34 | + |
| 35 | +```console |
| 36 | +pip install --upgrade unboxapi |
| 37 | +``` |
| 38 | + |
| 39 | +or install with Anaconda (conda) |
| 40 | + |
| 41 | +```console |
| 42 | +conda install unboxapi --channel conda-forge |
| 43 | +``` |
| 44 | + |
| 45 | +## Documentation |
| 46 | + |
| 47 | +This repository complements the rest of the documentation. Navigate [here](https://docs.unbox.ai) for a quickstart guide and for in-depth tutorials. The full Python API reference can be found [here](https://reference.unbox.ai). |
| 48 | + |
| 49 | +## Contributing |
| 50 | + |
| 51 | +All contributions, bug reports, bug fixes, documentation improvements, enhancements, and ideas are welcome! Just send us a message on [Slack](https://l.linklyhq.com/l/1DG73). |
0 commit comments