Category: Internet of Things
-
🚀 CoinMarketCap Telegram Price Bot
Get real-time cryptocurrency prices directly in Telegram! This workflow integrates the CoinMarketCap API with Telegram, allowing users to request live crypto prices simply by sending a message to the bot. Ideal for crypto traders, analysts, and enthusiasts who need quick and easy access to market data. How It Works A Telegram bot listens for user…
-
🚗 Extract License Plate Number from Uploaded Image
What it does This is a simplistic demo workflow showing how to extract a license plate number from an image of a car submitted via a form – or in more general terms showcasing how you can: – Use a form trigger to upload files and feed it into an LLM– Use a changeable LLM…
-
🤖 Telegram AI Bot with LangChain Nodes
This workflow connects Telegram bots with LangChain nodes in n8n. The main AI Agent Node is configured as a Conversation Agent. It has a custom System Prompt which explains the reply formatting and provides some additional instructions. The AI Agent has several connections: – OpenAI GPT-4 model is called to generate the replies.– Window Buffer…