CHATGPT in the beginning
In the middle of Dec 2022 I heard about an Artificial Intelligence product called - CHATGPT from OPENAI. I started checking it out and found that Python examples. I got myself an API - coded from the example and got my version to work - it returned answers.
On or about the Feb 2 2023 I start watching a UDEMY class and building a test effort in Python-Flask. It was titled "https://www.udemy.com/course/python-and-flask-bootcamp-create-websites-using-flask". According to Udemy I purchased the course Aug 20, 2020. This was in the middle of COVID lockdown.
I had been laid off from Halfpenny in April of that year. That summer I start a number of online training classes.
So I finally got around to this class on Flask. I created a new Visual Studio 2022 community "FlaskWebProject1". While watching the course, I wanted to take my initial CHATGPT code and create a front-end to be able to ask different questions of CHATGPT without changing the programming code.
As I moved through the course, it became apparent that I would need a way to "deploy" the effort.
So, after a bit of research - I decided on Pythonanywhere. I offers a MySQL DB. While I have an understanding of python and have been experimenting with it - I am still learning Python and now with Pythonanywhere, Flask, MySQL.
As of today - I have a sandbox version of the code/site publicly available http://benconnolly.pythonanywhere.com/home
I emphasize "sandbox" as I am coding and envisioning what I want it to do - front-end and back-end
Comments
Post a Comment