
Adding Thumbnail Previews to Folders in Mac Finder with Python
Simple Script to Generate and Save Folder Icons
A guide to adding thumbnail previews to image folders in MacOS Finder using Python.
4 posts found
Simple Script to Generate and Save Folder Icons
A guide to adding thumbnail previews to image folders in MacOS Finder using Python.
A guide to building offline AI apps and dealing with CORS
In this guide, I’ll show you how you can build and run your own AI-powered apps that work completely offline, and do it without writing a single line of code. I’ll be using my favorite vibe-coding...
Generating Cypher Queries From Text Using Python & Hugging Face
Knowledge graphs, also known as semantic networks, are a specialized application of graph databases used to store information about entities (person, location, organization, etc) and their...
Retrieving Data from Markdown Files using Ollama on MacOS
There are plenty of online AI services like ChatGPT that make it easy to chat with your documents, using Retrieval Augmented Generation (RAG) to improve the LLM response. But these all require sending...