yayatang / dtlpy-documentation

Examples for DTLPY SDK

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LOGO
Documentation Status pypi versions license

SDK Documentations and Tutorials for Dataloop's SDK

The following repository will gather Dataloop's SDK examples and best practices.

Table of Content

  1. Installation
  2. Tutorials
  3. Code Examples
  4. Other Resources
  5. Contributions

Installation

First, clone this repo:

git clone https://github.com/dataloop-ai/dtlpy-documentation.git
cd dtlpy-documentation

If you don't have python installed, download and install from here (python<3.10).
We recommend creating a python virtual environment:

pip3 install --upgrade virtualenv
virtualenv -p python3 venv
source venv/bin/activate

pip3 install -r requirements.txt

To run the tutorials, launch the Jupyter Notebook

jupyter notebook tutorials

Tutorials

Code Examples

Resources

Contributes

About

Examples for DTLPY SDK

License:MIT License


Languages

Language:Jupyter Notebook 75.6%Language:Python 24.0%Language:Gherkin 0.3%Language:Shell 0.0%