DipraBan21/iot-rag-smart-building
0
IoT Sensor Data RAG for Smart Buildings ๐ข
Predictive maintenance, anomaly detection, and retrieval-augmented guidance over building manuals & specifications.
๐ Features
- Live sensor stream (simulator; pluggable to MQTT later)
- RAG over manuals & building specs (all-MiniLM-L6-v2 + Chroma)
- Predictive failure risk (RandomForest model)
- Anomaly alerts (rule-based; extendable to IsolationForest)
- Streamlit UI with tabs for:
- Sensors
- RAG
- Predictive Models
๐ฆ Quickstart
# Install dependencies
pip install -r requirements.txt
# Run the app
streamlit run app.py
