Intro to AI with SQL - Add Databases to Your Intelligent Projects
- Eli the Computer Guy

- Nov 5
- 1 min read
Code and Workbook on GitHub
Description
This will be an introductory class on SQL and how to add a relational database to your AI projects. We will be using Python and SQLite to build simple AI apps that are able to have a record store with a relational database. We will show how you can create cacheing mechanisms, memory, and much more.
SQLite is a very simple, but powerful database system that comes with Python. It has the administrative overhead of a text file, with the capabilities of a database system.
This is an important class for understanding how to create more complicated projects as we delve into more complex projects in future classes.
This class will go over:
Why SQL Matters
How Databases can be used with AI systems
What SQLite is
How to use SQLite
Basic SQL Queries and how to build a database and tables
Connecting SQLite to Python
How build apps using AI, Python and SQL
We will explain how these services work. Demonstrate how to use these services in live code, and you will have time to create simple labs to get the feel for how easy AI can be.
Comments