Category: AI
-
Automating Content Creation and Publishing with Make.com and LLM
Creating and posting automated content to platforms like WordPress, Facebook and LinkedIn can significantly streamline your content strategy and save time. In this article, I’ll walk you through the process I used to create an automated solution for generating blog posts and sharing them on Facebook, using Make.com integrated with Perplexity PRO API and ChatGPT…
-
Exploring Snowflake DocumentAI for Supermarket Price Tag Recognition
Exploring Snowflake DocumentAI for supermarket price tag recognition, I experimented with extracting product names and prices from images. After setting up a schema and storage, I refined the input data by isolating price tags to improve accuracy. The model achieved 80% accuracy for product names but struggled with price recognition. Automating the process with queues…
-
Don’t trust AI when coding!
Coding is evolving quickly. Tasks that can be described are now easily converted into code by LLM models. But is it safe to trust external tools that might lack awareness of syntax, best practices, and the pros & cons of different solutions? Key Advice:“Always test, write comprehensive unit tests, find errors, and suggest improvements.” Let’s…