A repository to demonstrate how ChatGPT writes an entire AI application on AWS. This repository accompanies this blog post on Medium.
In this repo you will find:
- The prompts I used for generating the CloudFormation template and the Streamlit app: prompts.txt
- The template.yaml file generated by ChatGPT: template-chatgpt.yaml
- The slightly corrected version edited by myself: template-amended.yaml
- The Streamlit application written by ChatGPT (need no edits): streamlit-app-chatgpt.py