使用 Tkinter 创建 OpenAI 视频到文本转录应用程序
- 01 - Introduction and Setup
- 001 Introduction
- 002 Install Python
- 003 Install Sublime Text and Git Bash Terminal
- 004 Create a Virtual Environment
- 005 Install Libraries
- 006 Create App Framework
- 02 - Build Out The Tkinter GUI
- 001 Create The Main Text Box Widget
- 002 Add a Frame and Buttons
- 003 Open File Dialog Box
- 004 Get The Video Info
- 005 Save AS Dialog Box
- 006 Convert Video to Audio MP3 File
- 007 Check For Less Than 25mb File Size
- 008 Clear The Screen
- 03 - OpenAI Artificial Intelligence API
- 001 Introduction to OpenAI
- 002 Transcribe VideoAudio File Using OpenAI
- 003 Copy Text To Clipboard
- 004 Save Transcribed Text A To Text File
- 04 - Upload Code To Github
- 001 Create An SSH Key
- 002 Add SSH Key To Github Account
- 003 Push Code To Github
- 05 - Conclusion
- 001 Bonus Lecture