Completed
Obtain OpenAI API Key
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Build Your Own OpenAI Powered Grammar Corrector - OpenAI and Python Tutorial
Automatically move to the next video in the Classroom when playback concludes
- 1 Introduction
- 2 Create Python Project
- 3 Begin Coding
- 4 Login to OpenAI
- 5 Obtain OpenAI API Key
- 6 Create Secret Key File
- 7 Use OpenAI Playground
- 8 Copy Code to VS Code
- 9 Customize Code
- 10 Test Code
- 11 Make Only Results Visible
- 12 Add Features
- 13 Test Translations
- 14 Enable Save as Text File
- 15 Remove Prompt from Results
- 16 Configure File Name Generation
- 17 Test Prompt
- 18 Convert App to Flask App
- 19 Configure Endpoint
- 20 Return JSONIFY
- 21 Open Postman
- 22 Create Keys for Requests
- 23 Resolve Post Problem
- 24 Create Linode
- 25 Configure Filezilla
- 26 Connect to Server
- 27 Transfer App to Server
- 28 Install Python and Flask
- 29 Run Flask
- 30 Change Flask Host IP
- 31 Run App
- 32 Check Postman
- 33 Test App
- 34 Make App Persistent
- 35 Conclusion