recensa
Recensa is a self-hosted web viewer that indexes Claude Code session transcripts into a local SQLite database, enabling full-text search, replay, and audit of all past agent conversations without uploading data anywhere.
It addresses a critical safety need—LPG leakage—with a low-cost, open-source design that combines both leak detection and weight monitoring, making it practical for everyday use in homes and commercial kitchens.
Arduino-based LPG Leak and Weight Monitoring System using MQ2 Gas Sensor and HX711 Load Cell.
An Arduino-based smart safety system designed to detect LPG gas leakage and continuously monitor the weight of an LPG cylinder.
Smart-Gas-Guard/
│
├── Gas_Leak_Detection.ino
├── Weight_Monitoring.ino
├── README.md
└── LICENSE
The MQ2 sensor continuously monitors LPG gas concentration. If the gas concentration exceeds the threshold, the system activates the buzzer, turns on the red LED, displays an alert on the LCD, and energizes the relay.
The HX711 module measures the cylinder weight using a load cell and displays the weight through the Serial Monitor.
Arduino-based LPG Leak and Weight Monitoring System using MQ2 Gas Sensor and HX711 Load Cell.
Similar projects matched by category, topics, and programming language.
Recensa is a self-hosted web viewer that indexes Claude Code session transcripts into a local SQLite database, enabling full-text search, replay, and audit of all past agent conversations without uploading data anywhere.
A 28.9 million parameter language model runs on an $8 ESP32-S3 microcontroller entirely on-device, generating simple stories at about 9.5 tokens per second.
An open-source Dynamic Workflow runtime that combines deterministic TypeScript orchestration with replaceable Agent runtimes.