mahamsaleem5/home-automation-system
0
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
Home Automation System using Remote Access (with Free Groq API)
This is a Python-based Home Automation System that allows users to control household devices remotely using a simple web interface. It supports both text and voice commands (via microphone or audio file upload). The system is enhanced by Groq API using a free key, and is deployed on Hugging Face Spaces.
๐ง Features
- Remote access to turn ON/OFF the following devices:
- Light
- Fan (with adjustable speed)
- TV
- AC (with temperature control)
- Heater (with temperature control)
- Door Lock
- Real-time status display of devices
- Input via:
- Text commands (e.g., "Turn on the AC")
- Voice commands (via mic or audio file)
- Powered by the Groq API for natural language processing
๐ง Technology Stack
- Python
- Gradio for user interface
- Groq API (using free API key)
- Hugging Face Spaces (free cloud deployment)
๐ Deployment Instructions
- Upload the following files to Hugging Face:
app.pyrequirements.txtREADME.md
- Go to Settings > Secrets on your Space, and add:
GROQ_API_KEY: your free Groq API key
- Deploy the Space using Gradio SDK.
Enjoy remote control of your smart home devices with voice and text commands! ๐ ๐๐ฑ
