A modern, React-based frontend application designed to serve as a comprehensive dashboard for monitoring industrial assets, predictive maintenance models, and operational workflows.
- Asset Management: Monitor industrial equipment and machinery with detailed views for individual assets.
- Predictive Analytics: View machine learning predictions for asset health and manage system alerts.
- MLOps Integration: Manage the lifecycle of predictive models, track training datasets, evaluation runs, and overall model performance.
- Maintenance Workflows: Track and manage maintenance tasks and work orders generated from predictive alerts.
- Centralized Dashboard: High-level Key Performance Indicators (KPIs) and system health overviews.
- Framework: React 19
- Build Tool: Vite
- Routing: React Router
- Styling: Tailwind CSS
- Data Visualization: Recharts
- Icons: Lucide React
- Node.js (v18 or higher recommended)
- npm or yarn
-
Clone the repository:
git clone <repository-url> cd pmis-ui
-
Install dependencies:
npm install
-
Start the development server:
npm run dev
-
Open your browser and navigate to
http://localhost:5173(or the port specified by Vite).
To create a production build, run:
npm run buildThis will generate a dist folder with the optimized production assets.