# get prompt 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! ## installation - click the + button on the bottom right of the left sidebar image - click "inject" and then "all websites" - paste in the `content.js` and `styles.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`