docs.activeloop.ai Open in urlscan Pro
172.67.186.110  Public Scan

Submitted URL: https://click.convertkit-mail2.com/68u7dng7gziou334petohpk4vkkkh9/6qheh8h7e5mq4mfo/aHR0cHM6Ly9kb2NzLmFjdGl2ZWxvb3AuYWkvc3RvcmFnZS1h...
Effective URL: https://docs.activeloop.ai/setup/authentication
Submission: On August 29 via manual from BR — Scanned from DE

Form analysis 0 forms found in the DOM

Text Content

v3.9.16
v3.9.16v3.9.0v3.8.27v3.8.19v3.8.16v3.8.2v3.8.0v3.7.2v3.7.1v3.7.0v3.6.18v3.6.10v3.6.8v3.6.3v3.6.2v3.6.1v3.6.0v3.5.0v3.4.0v3.2.22v3.2.21v3.2.9v3.2.0v3.1.5v3.1.1v3.1.0v3.0.16v3.0.10v3.0.0
API Reference GitHub Slack Service Status Login
More
API ReferenceGitHubSlackService StatusLogin

Ask or SearchCtrl + K
 * 🏠Deep Lake Docs
 * List of ML Datasets
 * 🏗️SETUP
   * Installation
   * User Authentication
      * Workload Identities (Azure Only)
   
   * Storage and Credentials
      * Storage Options
      * Setting up Deep Lake in Your Cloud
         * Microsoft Azure
            * Provisioning Federated Credentials
            * Enabling CORS
        
         * Google Cloud
            * Provisioning Federated Credentials
            * Enabling CORS
        
         * Amazon Web Services
            * Provisioning Role-Based Access
            * Enabling CORS
 * 📚Examples
   * Deep Learning
      * Deep Learning Quickstart
      * Deep Learning Guide
         * Step 1: Hello World
         * Step 2: Creating Deep Lake Datasets
         * Step 3: Understanding Compression
         * Step 4: Accessing and Updating Data
         * Step 5: Visualizing Datasets
         * Step 6: Using Activeloop Storage
         * Step 7: Connecting Deep Lake Datasets to ML Frameworks
         * Step 8: Parallel Computing
         * Step 9: Dataset Version Control
         * Step 10: Dataset Filtering
     
      * Deep Learning Tutorials
         * Creating Datasets
            * Creating Complex Datasets
            * Creating Object Detection Datasets
            * Creating Time-Series Datasets
            * Creating Datasets with Sequences
            * Creating Video Datasets
        
         * Training Models
            * Splitting Datasets for Training
            * Training an Image Classification Model in PyTorch
            * Training Models Using MMDetection
            * Training Models Using PyTorch Lightning
            * Training on AWS SageMaker
            * Training an Object Detection and Segmentation Model in PyTorch
        
         * Updating Datasets
         * Data Processing Using Parallel Computing
     
      * Deep Learning Playbooks
         * Querying, Training and Editing Datasets with Data Lineage
         * Evaluating Model Performance
         * Training Reproducibility Using Deep Lake and Weights & Biases
         * Working with Videos
     
      * Deep Lake Dataloaders
      * API Summary
   
   * RAG
      * RAG Quickstart
      * RAG Tutorials
         * Vector Store Basics
         * Vector Search Options
            * LangChain API
            * Deep Lake Vector Store API
            * Managed Database REST API
        
         * Customizing Your Vector Store
         * Image Similarity Search
         * Improving Search Accuracy using Deep Memory
     
      * LangChain Integration
      * LlamaIndex Integration
      * Managed Tensor Database
         * REST API
         * Migrating Datasets to the Tensor Database
     
      * Deep Memory
         * How it Works
   
   * Tensor Query Language (TQL)
      * TQL Syntax
      * Index for ANN Search
         * Caching and Optimization
     
      * Sampling Datasets
 * 🔬Technical Details
   * Best Practices
      * Creating Datasets at Scale
      * Training Models at Scale
      * Storage Synchronization and "with" Context
      * Restoring Corrupted Datasets
      * Concurrent Writes
         * Concurrency Using Zookeeper Locks
   
   * Deep Lake Data Format
      * Tensor Relationships
      * Version Control and Querying
   
   * Dataset Visualization
      * Visualizer Integration
   
   * Shuffling in Dataloaders
   * How to Contribute

Powered by GitBook


USER AUTHENTICATION

Registration and authentication in Deep Lake.

HOW TO REGISTER AND AUTHENTICATE IN DEEP LAKE

REGISTRATION AND LOGIN

In order to use Deep Lake features that require authentication (Activeloop
storage, connecting your cloud dataset to the Deep Lake UI, etc.) you should
register and login in the Deep Lake App.

AUTHENTICATION IN PROGRAMMATIC INTERFACES

You can create an API token in the Deep Lake App (top-right corner, user
settings) and authenticate in programatic interfaces using 2 options:

ENVIRONMENTAL VARIABLE

Set the environmental variable ACTIVELOOP_TOKEN to your API token. In Python,
this can be done using:

os.environ['ACTIVELOOP_TOKEN'] = <your_token>

PASS THE TOKEN TO INDIVIDUAL METHODS

You can pass your API token to individual methods that require authentication
such as:

ds = deeplake.load('hub://org_name/dataset_name', token = <your_token>)

PreviousInstallationNextWorkload Identities (Azure Only)

On this page
 * How to Register and Authenticate in Deep Lake
 * Registration and Login
 * Authentication in Programmatic Interfaces

Was this helpful?


Edit on GitHub



This site uses cookies to deliver its service and to analyse traffic. By
browsing this site, you accept the privacy policy.

AcceptReject