This is a series of interactions with OpenAI's ChatGPT http://chat.openai.com. You need a login ID (you can use your google ID to create one).
- 11/04/2024: Braitenberg vehicle (need to fix bug) brait.py (made with Claude, debugged with ChatGPT)
- 11/04/2024: FOL unify function unify.py (made with Claude)
- 06/23/2024: Showing stereo photos from a list of images stereo-view.py
- 10/21/2023: Counting loops in a graph loop.py
- 10/21/2023: Simple 2D forager nav.py
- 04/22/2023: GAN demo GAN demo (repo)
- 02/16/2023: Draw and fade out app: draw-fade-undo.py
- 01/27/2023: Drawing app: draw.py
- 12/29/2022: Timer app: timer4.py
- 12/13/2022: Failure cases: failures.md
- 12/09/2022: Short stories: stories.md
- 12/08/2022: Conversation session dump generation (HTML, MD): session-dump-howto.md
- 12/07/2022: Casual dialog session log added: dialogs.md
- 12/06/2022: repo created, and populated with programs.
These are some dialogs with ChatGPT: dialogs.md
Here are some short stories: stories.md
These are some failures of ChatGPT: failures.md
You can have ChatGPT to generate a session dump of your conversation in HTML or Github MD format.
Just for fun!
I got OpenAI's ChatGPT to generate some short and useful programs. The prompt used are included at the top of each program.
- gaussian.py : animated sampling from 2D normal distribution
- gaussian2.py : same as above, but closer to what I intended
- pickpixel.py : click on image and report pixel coordinate
- timestamp.gs : Google doc app script to insert timestamp into the document.
- timer.py : Timer app (incorrect 1st try)
- timer2.py : Timer app (correct but lacking features)
- timer3.py : Timer app (close to complete)
- timer4.py : Timer app (final, with manual edits)
- draw.py : Free drawing app
Here's an example:
Enjoy!