This repo is part of the Certified Cloud Native Applied Generative AI Engineer program. It covers the first quarter of the course work:
The main focus in this course will be on mastering the fundamentals of Modern Python with Typing using Google Colab, the go-to language for AI and using AI to write Python Programs. We will then move to understanding the basics of GenAI and Prompt Engineering. In the end of the program we will understand the basics of Linux, Docker, VSCode, Devcontainer, and GitHub.
Agentic AI Detailed Intro Presentation
Read this article to understand The AI agents stack
We will following this course to get started AI Python for Beginners by Andrew Ng
Google Colab is a free, cloud-based Jupyter Notebook service developed by Google. It enables users to write and execute Python code through a web browser, offering seamless integration with Google Drive for easy storage and sharing of notebooks. Colab is particularly beneficial for tasks in machine learning, data analysis, and education, as it provides access to powerful computing resources, including GPUs and TPUs, without requiring any local setup.
Key Features of Google Colab:
-
No Setup Required: Users can start coding immediately without the need to install any software or manage local environments.
-
Free Access to Computing Resources: Colab offers free access to computing resources, including GPUs and TPUs, facilitating the execution of complex computations and machine learning models.
-
Collaboration: Notebooks can be easily shared and collaboratively edited, similar to Google Docs, enhancing teamwork and knowledge sharing.
-
Integration with Google Drive: Notebooks are stored in Google Drive, allowing for straightforward organization and access across devices.
-
Support for Various Libraries: Colab supports popular Python libraries such as TensorFlow, Keras, and NumPy, making it versatile for various data science and machine learning projects.
Recent Developments:
Recently, Google expanded Colab's AI-powered code assistance features to all users in eligible locales, including those on free plans. These features assist in generating code from natural language prompts and provide a code-assisting chatbot to enhance programming efficiency and comprehension.
Getting Started with Google Colab:
To begin using Google Colab:
-
Access Colab: Navigate to the Google Colab website.
-
Create a New Notebook: Click on "File" > "New Notebook" to create a new Jupyter Notebook.
-
Write and Execute Code: Enter your Python code in the code cells and execute them to see the results.
-
Save and Share: Your notebooks are automatically saved in your Google Drive, and you can share them with others by clicking the "Share" button.
For more detailed information and tutorials, refer to the Colaboratory Frequently Asked Questions and the Colab Help Center.
Google Colab is a valuable tool for both beginners and professionals in data science and machine learning, offering an accessible platform to develop and share projects efficiently.