Skip to content

Takes an image, extracts the text from it and uses it as an OpenAI ChatGPT Prompt (Your own API Key is required)

License

Notifications You must be signed in to change notification settings

d4r14h/imgtogpt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

imgtogpt

Takes an image, extracts the text from it and uses it as an OpenAI ChatGPT Prompt (Your own API Key is required)

Your own copy of Tesseract is required! Full support for binary filepath setting soon!

Install Dependencies:

pip3 install pytesseract openai simple-term-menu requests tempfile

Install Tesseract:

sudo apt install -y tesseract-ocr

DISCLAIMER: THE CREATOR OF THIS SCRIPT IS NOT AFFILIATED WITH OPENAI

NOTICE: You need your own API Key! OpenAI's Official Documentation here: https://beta.openai.com/docs/api-reference/introduction

About

Takes an image, extracts the text from it and uses it as an OpenAI ChatGPT Prompt (Your own API Key is required)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages