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.
setup-ai-env.ps1— PowerShell capsule to activate Conda, launch Jupyter, and scaffold notebookai_bootstrap.ipynb— Sample notebook with sine wave visualization using NumPy and Matplotlib
# 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