Welcome to the AI Development Starter Guide. This repository contains a comprehensive guide and automated tools for setting up a professional AI development environment.
- install.sh: The One-Click Installer. Automates the entire setup (System, Python, Node, Docker, Local AI, Cloud SDK, ComfyUI).
- SETUP.md: The primary, comprehensive Markdown guide. Explains every step in detail.
- setup_guide.ipynb: A Jupyter Notebook version of the guide.
- WINDOWS_VIRTUALIZATION.md: Critical troubleshooting for Windows users needing to enable virtualization.
You cannot run this on Windows directly. Open SETUP.md and follow Part 1 to install Ubuntu (Dual Boot or VM).
Once you are booted into Ubuntu:
- Clone the repository:
git clone https://github.com/westkevin12/AI-Dev-Starter-Guide.git cd AI-Dev-Starter-Guide - Run the Installer:
Use
chmod +x install.sh ./install.sh
--dry-runto see what it will do without making changes.
The script (and guide) sets up a "Gold Standard" environment including:
- Workspace: Professional
~/github.com/usernamestructure. - Core Tools: Google Antigravity IDE, Git, GitHub CLI, Docker Engine.
- Languages: Python 3.11 (via Pyenv), Node.js LTS (via NVM).
- Local AI: Ollama (for running Llama 3 etc) & Hugging Face CLI.
- Cloud AI: Google Cloud SDK & Vertex AI tools.
- Creative Studio: ComfyUI (Environment setup).