A Python Series of tutorials aimed at learning Artificial Intelligence concepts. This series of tutorials start from the basics of Python and builds on top of it. We will cover three full-fledged case studies to practice AI Implementation of Python with real data and solve real-world problems.
Artificial Intelligence with Python This is the code repository for Artificial Intelligence with Python, published by Packt. It contains all the supporting project files necessary to work through the book from start to finish.
You can run all examples in this repository using GitHub Models. If you want to run the examples using models from Azure OpenAI instead, you need to provision the Azure AI resources, which will incur costs. This project includes infrastructure as code (IaC) to provision Azure OpenAI deployments of "gpt-4o" and "text-embedding-3-large".
This is the code repository for Artificial Intelligence By Example, published by Packt. It contains all the supporting project files necessary to work through the book from start to finish. Artificial Intelligence by Example is your starting point to understanding how AI is built with the help of ...
Learn Modern AI Python This repo is part of the Panaversity Certified Agentic & Robotic AI Engineer program. You can also review the certification and course details in the program guide. This repo provides learning material for Python courses.
This repository provides examples of many popular Python AI agent frameworks using LLMs from GitHub Models. Those models are free to use for anyone with a GitHub account, up to a daily rate limit. Getting started GitHub Codespaces VS Code Dev Containers Local environment Configuring model providers Using GitHub Models Using Azure OpenAI models
OpenAI API Quickstart - Python This repository hosts multiple quickstart apps for different OpenAI API endpoints (chat, assistants, etc). Check out the examples folder to try out different examples and get started using the OpenAI API.