ChatGPT GPT: PhotoFocus
ChatGPT introduced ‘GPTs’. I made one to answer photography questions.
You do have to be a ‘ChatGPT Plus’ user.
ChatGPT introduced ‘GPTs’. I made one to answer photography questions.
You do have to be a ‘ChatGPT Plus’ user.
Two source photos, one very specific Gemini prompt, and a generated Georges Island panorama that tries to stay faithful to the real place while pushing the sky, fog, and water into something cinematic.
Some good youtube channels: Free courses:
I created a python script to monitor an email address for inbound email and change the text of the body into speech. I used ChatGPT for the initial results (“Generate a python script to monitor an email address, and then use openai’s TTS API to convert it to audio and email it back to the…
If your goal is to extract everything possible from documents – text, metadata, layout, embedded objects, and even inferred insights using AI – then a simple PDF-to-text tool won’t cut it. You need a multi-pass, layered pipeline that combines traditional parsers with advanced AI models. This document outlines the most capable open-source tools available today,…
I’ve been taking pictures for a long time. I remember a relative buying me a tiny plastic toy film camera from a local convenience store at a very young age. I didn’t understand how the film worked, so I wasn’t nearly careful enough with it. My first photos were mostly ruined as the film had…
Modern systems can query several LLMs (or one LLM with diverse prompts) and fuse their outputs into a superior answer. For example, the Conceptual Boolean Operations framework issues the same query to multiple providers, then applies Semantic XOR (and related operations) to compare responses. Conceptual XOR extracts the unique concepts each model brings (while AND…