Create hole-cleaning-agent/config.json
Browse files
hole-cleaning-agent/config.json
ADDED
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"model_type": "physics-informed-agent",
|
3 |
+
"task": "hole-cleaning-efficiency",
|
4 |
+
"description": "DeepBoreAI ML agent for monitoring hole cleaning efficiency in real time.",
|
5 |
+
"library": "deepboreai-sdk",
|
6 |
+
"input_features": [
|
7 |
+
"bit_depth",
|
8 |
+
"rpm",
|
9 |
+
"flow_rate",
|
10 |
+
"mud_density"
|
11 |
+
],
|
12 |
+
"output": "hole_cleaning_alert",
|
13 |
+
"precision": ">90%"
|
14 |
+
}
|