Machine Learning with OpenAI API and Relational Database (OpenAI, Python, SQLite)
Eli the Computer Guy Eli the Computer Guy
1.05M subscribers
2,321 views
0

 Published On Jan 25, 2024

Support Classes at - https://donorbox.org/etcg
Find All Classes at - https://www.elithecomputerguy.com
LinkedIn at -   / eli-etherton-a15362211  

Code for this project - https://github.com/elithecomputerguy/...

This project uses SQLite as a cacheing mechanism for OpenAI API requests. When a user makes a request from OpenAI the request and the response is inserted into a SQLite table. The script checks the if a request is already stored in the database and if it is then the database is read from instead of doing an API call.

00:00 Introduction
05:25 How the System Works
14:17 Why Cacheing Matters
24:28 SQLite Overview
29:14 Explaining the Code
46:52 Final Thoughts

Previous Classes:
Voice Controlled Computer with Python and AI -    • Voice Controlled Computer with Python...  

AI Powered Decision Tree for Talking Computer (Python, OpenAI API, Google Speech) -    • AI Powered Decision Tree for Talking ...  

show more

Share/Embed