Welcome to this guide on working with Tracto.ai Jupyter notebooks! These notebooks demonstrate how to use Tracto.ai functionality through practical examples.
This repository contains example Jupyter notebooks showing different use cases and features of Tracto.ai:
- Machine learning examples using Tracto.ai and PyTorch
- Training
- Inference
- Data preparation and analysis
- Managing files, documents and tables
- Uploading and manipulating data
- Administration and management tasks
Please refer to the official Docker installation documentation: https://docs.docker.com/get-docker/
To run the example notebooks:
- Clone repository
git clone https://github.com/tractoai/tracto-examples.git
- Set required environment variables in your shell (you need access to Tracto.ai platform):
export YT_TOKEN=<your_token> export YT_PROXY=<proxy_address>
- Run docker-compose from the repository root:
docker-compose up
- Open the provided Jupyter URL in your browser: http://localhost:8888