Course: 28 Videos
Length: 2 Hours
Price: $49
In this course I’ll teach you how to make web apps for Django and Python, and how to connect those apps to the ChatGPT Artificial Intelligence API. You’ll be surprised just how quickly you can create some pretty cool looking apps!
We’ll use Python, Django, and the Bootstrap Framework to build a cool Chatbot app that connects to ChatGPT.
You’ll be able to type questions to ChatGPT straight from your app, and receive a response that is output to the screen of your app.
We’ll also use a database to save all of the questions and answers that you’ve typed into your app, and we’ll query that database and output the answers on their own web page. We’ll add stylish Pagination to the page as well so that you can page through the responses.
Finally, I’ll discuss how to connect to ChatGPT with an API Key, query the engine, and parse the responses in the correct way and output the answers to the homepage of your Django app.
If you’ve seen ChatGPT recently and want to learn how to use it programmatically, then this is the course for you!
We’ll use the Bootstrap CSS Framework to make our Django web app look a little more modern and professional. This will allow us to make our site look great, very quickly and easily– without knowing much about design.
Course Content…
Module 1 | Create a ChatGPT A.I. Bot With Django and Python |
Unit 1 | Introduction | Video 1 |
Unit 2 | Install Python | Video 2 |
Unit 3 | Install Sublime and Gitbash | Video 3 |
Unit 4 | Create Virtual Environment | Video 4 |
Unit 5 | Install Django and OpenAI | Video 5 |
Unit 6 | Create Django App | Video 6 |
Unit 7 | Django Settings and URLS | Video 7 |
Unit 8 | Build The Homepage | Video 8 |
Unit 9 | Base.html and Bootstrap | Video 9 |
Unit 10 | Add A Navbar | Video 10 |
Unit 11 | ChatGPT Response Box | Video 11 |
Unit 12 | Bootstrap Web Form | Video 12 |
Unit 13 | Form Processing | Video 13 |
Unit 14 | Create OpenAI Account | Video 14 |
Unit 15 | Create API Request | Video 15 |
Unit 16 | Parse API Response | Video 16 |
Unit 17 | Multiline Response | Video 17 |
Unit 18 | Create Database Model | Video 18 |
Unit 19 | Save To Database | Video 19 |
Unit 20 | Create DB Webpage | Video 20 |
Unit 21 | Query Database on Webpage | Video 21 |
Unit 22 | Delete Items From Database | Video 22 |
Unit 23 | Error Handling | Video 23 |
Unit 24 | Set Up Pagination | Video 24 |
Unit 25 | Pagination Variables | Video 25 |
Unit 26 | Pagination Next-Last | Video 26 |
Unit 27 | Pagination Numbers | Video 27 |
Unit 28 | Finishing Up | Video 28 |