All the cool stuff you can do with Chat GPT Code Interpreter
ChatGPT's Code Interpreter Plugin will be available on July 7, 2023.
This plugin function seems to be released to Plus subscribers one by one.
This scrapbook will be an attempt to use this functionality in various ways.
① QR Code creation
A QR Code with the specified name has been created.
② Statistical Analysis
When we let them solve statistical problems, they will answer with Python code and graphs.
③ Kaggle's Problem
I let the problem solve the Titanic survivor prediction problem, which is a very common problem.
https://www.kaggle.com/c/titanic
They also present the classifiers so I can try different models right away.
④ Face Recognition
It may be possible to determine the human face, which is a common feature of image recognition.
The kaggle problem can be completed, but when we try to increase the accuracy, it fails due to TTL problems or failure to import libraries. Looking forward to future enhancements.