energy monitoring

Anomalies in Energy Monitoring: What’s the Big Deal?

Ever noticed your electricity bill suddenly skyrocketed? Or maybe a machine at work started acting weird, overheating, or just shutting down unexpectedly? These could be signs of…

robot scan

Automate your work with google vision and AI

Here I’m using Google Vision to convert my receipt to text and then I’m using llama3 with groq to transform not structured data to formated data (JSON)…

nginx proxy

How to forward proxy nginx to custom port

This is a sample nginx proxy config for forwarding nonstandard SSL port to other ip/domain with a custom port, not 443 standard https port server { listen…

LlamaIndex vs LangChain

LlamaIndex vs LangChain Choosing the Right Framework for Your Project

The rise of Large Language Models (LLMs) has opened up exciting possibilities for developers, enabling them to build applications with advanced natural language understanding and generation capabilities….

LLM

AI 101: Mastering the Basics of Interacting with Chat GPT (LLM)

Using Large Language Models (LLMs) effectively requires understanding how to frame your questions and interact with the AI. Here are some tips to help you get the…

esp32

ESP 32 features

If you’re diving into IoT development, you’ve probably heard of the ESP32. This microcontroller, developed by Espressif Systems, is a favorite among IoT enthusiasts due to its…