Spaces:
Runtime error
Runtime error
| title: Industrial AI Platform | |
| emoji: 🏭 | |
| colorFrom: blue | |
| colorTo: purple | |
| sdk: docker | |
| app_port: 7860 | |
| pinned: false | |
| license: mit | |
| # Industrial AI Platform — Hugging Face Spaces | |
| Full-stack Industrial AI platform with: | |
| - **FastAPI** backend (OPC-UA, Modbus, MQTT, Vision AI, LLM Agents) | |
| - **Streamlit** dashboard (OEE monitoring, defect detection, LLM chat) | |
| - **7 architectural layers** from OT/IT connectivity to visualization | |
| ## Endpoints | |
| | Path | Description | | |
| |------|-------------| | |
| | `/` | API index & docs link | | |
| | `/health` | Health check | | |
| | `/docs` | Swagger UI | | |
| | `/sensors/opcua/read` | Read OPC-UA tags | | |
| | `/sensors/modbus/register` | Read Modbus registers | | |
| | `/vision/detect` | YOLO defect detection | | |
| | `/llm/ask` | Industrial agent Q&A | | |
| ## Usage | |
| Access the dashboard at `https://<your-space>.hf.space/`. | |
| The API is available at `https://<your-space>.hf.space/health`. | |
| For LLM features, configure Ollama in the Space secrets. | |