Home - CarrieKroutil/generative-ai-sandbox GitHub Wiki

Overview

Welcome to the generative-ai-sandbox wiki!

As I learn about AI through application at work plus as reading AI books, I will capture key learnings in this Wiki plus useful code snippets for future reference.

Books

List of books to help with getting started:

Code Setup

  • IDE—Visual Studio Code (or similar)
  • Python—Version 3.7.1 or later
  • Package manager—Conda is used, but technically you can use any package manager
  • Git—Given we are using GitHub, you need Git installed locally
  • Docker—Used for containerized deployments and reproducible environments
  • Various SDKs—Used for text and image generation examples, including Azure OpenAI, OpenAI, Gemini, etc.