Skip to content

clayton8090/API-with-SQL-integration-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

The purpose of this project is to build an API in Python that fetches responses from ChatGPT, then stores them in a SQL database. The user input's a question and my app collects responses from ChatGPT before displaying them on a custom built UI. Then it will automatically generate follow-up questions related to the original response allowing the user to click and find out more. Additionally, all responses and questions would be added to a conversation log allowing the user to re-read any response or follow up question at a later time. I have included comments to define each lines purpose and what it does in my code.

Here is what my GUI looked like...

Screen Shot 2024-01-24 at 10 51 19 AM Screen Shot 2024-01-24 at 10 51 43 AM