Skip to content

Real-time, physics-informed AI system for drilling operations. DeepBoreAI delivers predictive analytics, anomaly detection, and optimization tools through a vendor-agnostic, plug-and-play platform.

License

Notifications You must be signed in to change notification settings

ttracx/deepboreai

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DeepBoreAI

Real-time, physics-informed AI platform for predictive drilling operations.

DeepBoreAI is a vendor-agnostic, plug-and-play system that deploys intelligent ML agents to monitor, predict, and mitigate critical drilling issues in real time. Designed for both conventional and unconventional well types, it combines physics-informed machine learning with cutting-edge edge computing to deliver high-precision situational awareness on the drill floor.


Features

  • Real-Time Telemetry Ingestion (WITSML-compatible)
  • Physics-Informed ML Agents for:
    • Mechanical Sticking
    • Differential Sticking
    • Hole Cleaning
    • Mud Losses / Washouts
    • ROP Optimization
  • Self-Learning Models that adapt to drilling conditions
  • Edge Processing for ultra-low latency alerts
  • Interactive Dashboard with real-time data and trend visualization
  • Historical Analytics + CSV Export
  • One-Click Deployment with Docker Compose

Quick Start

Prerequisites

  • Docker + Docker Compose
  • Node.js + npm (if running frontend separately)
  • Python 3.10+

Clone & Launch

git clone https://github.com/ttracx/deepboreai.git
cd deepboreai
docker-compose up --build

Access the Dashboard


System Architecture

[WITSML Source] -> [FastAPI Backend] <--> [ML Agent Services]
                             |
                             V
                   [WebSocket + REST API]
                             |
                             V
                   [React Frontend Dashboard]

Project Structure

deepboreai/
├── data_ingestion/          # FastAPI backend
├── frontend/                # React.js dashboard
├── Dockerfile.backend
├── frontend/Dockerfile.frontend
├── docker-compose.yml
├── drilling_data.db         # Local SQLite database
└── README.md

License

© 2025 DeepBoreAI. All rights reserved.

About

Real-time, physics-informed AI system for drilling operations. DeepBoreAI delivers predictive analytics, anomaly detection, and optimization tools through a vendor-agnostic, plug-and-play platform.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published