To address this challenge, this project will develop SmartHomeSecure, an intelligent software prototype leveraging advanced Generative AI, LLaMA, to enhance smart home security and reliability. Specifically, the prototype will (i) identify and correct errors in YAMLbased automation configurations through syntax and semantic analysis, (ii) detect vulnerabilities in smart home automations using control flow analysis, symbolic execution, and GenAI-powered insights, and (iii) simulate real-world scenarios to test automation performance under diverse conditions.
This thumbnail links to the YouTube demo video—click to watch!
Get the API key from Groq and use it in line 14 of the following file
SmartHomeSecureProject/frontend/src /components/chatvoiceollamagroq.js
SmartHomeSecureProject/frontend/src /components/chatvoiceollamagroqgptoss120b.js
SmartHomeSecureProject/frontend/src /components/chatvoiceollamagroqllama8b.js
SmartHomeSecureProject/frontend/src /components/chatvoiceollamagroqllama70b.js
cd frontend
npm install
cd frontend
npm start
