macOS Setup Guide
Step 0: Initial OS Setup
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"Step 1: Clone The Zingg Repository
brew install gitgit clone https://github.com/zinggAI/zingg.gitStep 2: Install JDK 11 (Java Development Kit)
Step 3: Install Apache Spark
Step 4: Install Apache Maven
Step 5: Update Environment Variables (~/.zshrc)
Step 6: Compile The Zingg Repository
Step 7: If you have any issue with 'SPARK_LOCAL_IP'
Step 8: Run Zingg To Find Training Data
Step 9: Run Zingg To Label Data
Step 10: Run Zingg To Train Model Based On Labeling
Step 11: Run Zingg To Prepare Final Output Data
Last updated
Was this helpful?