this browser extension lets you retrieve text prompts for images on Pinterest.
it's useful for finding inspo -- new art styles, artists, and terms that you might want to use in your own prompts!
made with Arc Boosts and clip interrogator
note: could be extended to handle any image on any website!
- click the + button on the bottom right of the left sidebar
- click "inject" and then "all websites"
- paste in the
content.js
andstyles.css
files
you're good to go!
the backend may or may not be working (depends if i updated it lolol)
feel free to host your own backend server
- install fastapi, pillow, requests, clip_interrogator
- run
main.py
with uvicorn - ngrok http 8000
then replace url =
with your ngrok URL in content.js
@andupotorac sorry! i'm not at my computer right now so the backend might not be up
will fix when i'm back