CoolFace
Apppublic

DipraBan21/iot-rag-smart-building

sourceHugging Facemitupdated 1y agoView on Hugging Face
0likes
App README

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

bash
# Install dependencies
pip install -r requirements.txt

# Run the app
streamlit run app.py