Mineo
Manufacturing

The AI Data Platform for manufacturing teams

Talk to your shop floor data, build operator dashboards, track OEE and automate shift reporting β€” all from one platform connected to the lines, machines and systems your plant already runs on.

See how it works
Talk to your shop floor

Ask your machine events, OEE and downtime in plain language

Build operator dashboards

From notebook to live dashboard for plant managers and line leads

Automate shift reporting

Schedule shift reports, OEE rollups and downtime alerts

Trusted by

Air liquide logo
Brambles logo
Heineken logo
Procter&Gamble logo
Suntory logo
How it works

One platform, every job

From asking a question to shipping an operator dashboard, MINEO covers the full journey β€” connected to the lines and systems your plant already runs on.

Conversational Data Analysis

Ask your shop floor data anything with Threads

Connect any datasource β€” machine events, OEE, downtime logs, MES, ERP β€” and start asking questions in natural language. Threads auto-generates SQL, runs code, and delivers answers with interactive charts and tables. Build custom AI assistants with the model of your choice.

  • Natural language queries with auto-generated SQL
  • Custom Assistants with any AI model (OpenAI, Anthropic, Google)
  • Connect databases, historians and MES/ERP systems
  • Code interpreter for advanced analysis and visualizations
MINEO Threads Β· Plant analysis
plants_dbmachine_events.csv
AI-Powered Python Notebooks

Supercharged Notebooks for manufacturing teams

More than Jupyter. MINEO Notebooks combine code, AI assistant cells, interactive widgets and visual tools in one collaborative environment. Perfect for production engineers, quality and maintenance teams β€” write Python, explore line data, and deploy as live apps from the same notebook.

  • 5 cell types: Code, Markdown, AI Assistant, Widgets, Snippets
  • 10+ no-code widgets: SQL Query, Chart, KPI, Table, Form and more
  • Real-time collaboration across plants and shifts
  • AI wand for code suggestions and explanations per cell
  • One-click deployment to live data applications
MINEO File View Block Kernel Help
Shift Review
100%
Code Markdown Assistant Widget Snippet
Shift OEE analysis

Compare OEE and downtime across lines and shifts.

Region: All Regions
Results:
8
Apply
[1]

df = mineo.query("SELECT line, AVG(oee) FROM machine_events GROUP BY line")

px.bar(df, x="line", y="oee", title="Shift OEE")

NA
EU
APAC
LATAM
Assistant

Key insight: North America drives 43% of total revenue. APAC showed the strongest growth at +23% QoQ, driven by expansion in Japan and Australia.

[2]

df.sort_values("revenue", ascending=False).head()

Region Revenue Growth
North America $1.8M +12%
Europe $1.1M +8%
APAC $820K +23%
LATAM $480K -3%
v12 ProWorker 2 CPU Β· 6GB
Deploy as App
Interactive Data Apps

Deploy live apps your plant teams will actually use

Turn notebooks into always-on dashboards and interactive applications for operators, plant managers, quality and maintenance. Deploy with Streamlit, Gradio, Dash and 6+ more frameworks. Custom domains, white-label branding and embeddable visualizations β€” ready for the line and the control room.

  • 9+ Python frameworks: Streamlit, Gradio, Dash, Panel, and more
  • Always-on apps with custom domains and 99.9% SLA
  • White-label branding and embeddable visualizations
  • Real-time data from connected datasources
MINEO Mineo Β· Plant dashboard
Live
Plant overview

Last updated: 2 minutes ago

Filters Line: Assembly Export

OEE

84%

+3% vs Q3

Throughput

12.4K

+6% vs Q3

Downtime

42 min

-8% vs Q3

OEE by shift FY 2025
$850K Q1
$920K Q2
$1.1M Q3
$1.3M Q4
Customer Region Revenue Status
Acme Corp NA $245K Active
TechFlow GmbH EU $182K Active
Sakura Ltd APAC $156K Pending
DataBr SA LATAM $98K Active
plant.mineo.app Powered by Streamlit
Cloud Dev Environments

Full VS Code in the cloud

A complete Linux development environment accessible from your browser. Install any package, any tool β€” Claude Code, Codex, Gemini CLI. Build your predictive maintenance and quality models with the libraries you trust, connect to your plant datasources and collaborate with your team. No local setup required.

  • Full VS Code with extensions and terminal
  • Install any tool: Claude Code, Codex, Gemini CLI
  • Custom Docker images and GPU acceleration
  • Connected to MINEO datasources and Git integration
MINEO VS Code β€” Dev Environment
plant_dashboard.py
pipeline.py

import streamlit as st

from mineo import DataSource

import plotly.express as px

 

st.set_page_config(layout="wide")

st.title("Plant Dashboard")

 

ds = DataSource("plant_db")

df = ds.query("SELECT * FROM machine_events")

 

# Layout

col1, col2 = st.columns(2)

col1.metric("OEE", f"{df.oee.mean():.1%}")

col2.metric("Downtime", f"{df.downtime_min.sum():,} min")

 

# Charts

fig = px.bar(df, x="shift", y="oee", color="line")

st.plotly_chart(fig, use_container_width=True)

TERMINAL | zsh

mineo-dev@workspace:~/project$

Successfully installed plotly-5.22 scikit-learn-1.5

Your app is live at https://plant-dashboard.mineo.app

✓ Deployed successfully

Automated Pipelines

Automate your plant workflows with Pipelines

Chain notebooks into production workflows. Schedule recurring runs with cron, trigger via REST API, and monitor execution in real time. From shift rollups to downtime alerts β€” build reliable workflows without infrastructure overhead.

  • Chain notebooks as sequential pipeline steps
  • Schedule with cron or trigger via REST API
  • Configurable compute resources per pipeline
  • Execution history with logs and error tracking
MINEO / Projects / plants / Daily shift rollup
General Elements 3 Executions API

Elements

1 extract_machine_events.ipynb
2 compute_oee.ipynb
3 publish_shift_report.ipynb

Resource Config

Worker Environment
PlantWorker 2 cores Β· 6 GB

Scheduling

Crontab Expression 0 6 * * *
Every day at 06:00
Active

API

Enabled
POST /v1/pipelines/{id}/run
Last Execution Running β€’ -- β€’ Waiting
How it all connects

Workflows that bring it all together

The biggest unlocks come when MINEO's building blocks share the same logic β€” the same notebook becomes a shift pipeline, an operator dashboard, or an answer in a Threads conversation.

Notebook Pipeline

Shift OEE reports on autopilot

Build the OEE analysis once in a collaborative notebook, then schedule it as a pipeline so the end-of-shift report lands with plant managers every day.

Threads+Live App

Self-serve line analysis

Engineers query line performance conversationally with Threads while operators see the same numbers in an always-on Live App dashboard on the floor.

Dev Env Notebook Live App

From predictive maintenance model to production app

Prototype the maintenance model in a Cloud Dev Environment, refine it in a notebook with the team, and ship it as a Live App for the maintenance crew without rewriting.

Bring plant workflows onto one platform

Use MINEO to talk to your shop floor, build operator dashboards, track OEE and automate shift reporting β€” all from the same workspace.

Get started for free πŸš€ Request a demo