Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 764 Bytes

File metadata and controls

22 lines (15 loc) · 764 Bytes

AI Bootstrap Capsule

This repository showcases a modular AI environment setup using Conda and PowerShell, featuring a Jupyter notebook that visualizes a sine wave using NumPy and Matplotlib. It anchors capsule-grade execution fluency, symbolic clarity, and recruiter-facing proof logic.

📦 Contents

  • setup-ai-env.ps1 — PowerShell capsule to activate Conda, launch Jupyter, and scaffold notebook
  • ai_bootstrap.ipynb — Sample notebook with sine wave visualization using NumPy and Matplotlib

🚀 Execution Flow

# Activate Conda environment
conda activate ai_env

# Launch Jupyter Notebook
Start-Process "jupyter-notebook.exe"

# Push capsule to GitHub
git add .
git commit -m "Add AI bootstrap capsule"
git push -u origin main