Skip to content

dereksgithub/openai-prac-py

Folders and files

NameName
Last commit message
Last commit date
Feb 23, 2023
Jan 28, 2022
Feb 23, 2023
Feb 23, 2023
Jan 28, 2022
Feb 24, 2023
Feb 28, 2023
Mar 7, 2023
Mar 7, 2023
Feb 27, 2023
Feb 24, 2023

Repository files navigation

OpenAI API Quickstart - Python example app

This is a repo originally from openai as an example app in Flask,

I've coded with tkinter for practicing purposes, will follow up with a flask project to practice and review python.

Will complete the first tkinter one to have a chat-box like function and then image display for dall.e compatibility.

After that, I'll transfer these functions to a web-like application.

Need to format the app.py in oop style. Basic functions are there. Need to add a dalle option in tkinter, just for practice.