IndustrialMind is an AI-powered decentralized safety network that monitors industrial environments in real time, using Groq's LLaMA 3 to analyze sensor anomalies and automatically logging every safety




The Problem
Industrial accidents kill over 2.3 million workers globally every year (ILO). The root causes are consistent: anomalies go undetected, hazard reports are suppressed by fear of retaliation, and compliance records are paper-based — easily falsified, easily lost, and never audited in real time.
Traditional SCADA systems generate data but provide no intelligence. AI systems analyze data but leave no auditable trail. Blockchain systems are transparent but have no real-world sensor input. None of them protect the worker who sees the hazard but is afraid to speak up.
The Solution
IndustrialMind closes all three gaps simultaneously:
Sense — IoT sensors continuously stream temperature, gas levels, vibration, and pressure across all factory zones every 2 seconds.
Think — Groq's LLaMA 3 model analyzes every anomaly in milliseconds, determining severity, root cause, worker risk level, evacuation requirement, and the exact OSHA protocol to follow.
Record — Every AI-generated alert is automatically signed and submitted as a transaction to the Ethereum Sepolia blockchain via ethers.js, creating a permanent, tamper-proof compliance record.
Protect — Workers can submit anonymous safety reports directly from the dashboard. Their report is hashed (ZK-proof architecture) and sent to the blockchain via their own MetaMask wallet — their identity is never revealed.
The result is a fully autonomous Sensor → AI → Blockchain loop that operates without human intervention, cannot be falsified, and protects both workers and organizations from liability.
✅ Designed and deployed a Solidity smart contract on Ethereum Sepolia (IndustrialMind.sol) with logAlert and logWorkerReport functions
✅ Built a Node.js backend with real-time WebSocket broadcasting and Groq AI integration (LLaMA 3)
✅ Integrated ethers.js v6 for server-side automatic transaction signing and submission
✅ Built a full glassmorphism React dashboard with live sensor charts, AI alert cards, and a ZK report submission flow
✅ Implemented MetaMask browser wallet integration — workers sign blockchain transactions directly from the UI
✅ AI alerts now include: root cause, evacuation flag, worker risk level, response time estimate, protocol name, and OSHA regulatory reference
✅ Deployed frontend to Vercel: https://industrialmind-eight.vercel.app
✅ Published full source code on GitHub
Not Raising / Bootstrapped — Built entirely during the hackathon. Open to grants and ecosystem funding post-hackathon.