With the introduction of Chatgpt’s GPT 4.0, I learnt it can read images. This is a paid feature, however all new accounts get a few free prompts. I’m wondering if this is possible with python, or a different language (if so which one?):
- Input the image/file source into the script
- The program automatically creates an email account with something like Gmail or Hotmail etc
- The code uses that email to create an account with ChatGPT
- The script inputs the image/file as a prompt
- The program returns ChatGPT’s answer
I’m planning on using Python, but is there a different or better language I could use? Also, how would I go about doing this?
My final question would be: Is this legal?? (Keep in mind I would use this only for myself)
C0D3R is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.