Building at the intersection of engineering, artificial intelligence, and creative design
I'm a Mechanical Engineering Graduate of the University of Nigeria, Nsukka, specializing in data science/Analytics, AI/ML applications in energy, and project management. My work spans from building physics-informed neural networks for petroleum engineering to designing intuitive user interfaces.
- π¬ Research Focus: AI/ML in unconventional reservoir engineering, predictive modeling, PINN architectures
- π Data Analytics: EDA, time series analysis, clustering, NLP sentiment analysis, interactive dashboards
- π¨ Design: UI/UX design, brand identity, minimalist aesthetics
- π Project Management: Agile methodologies, Scrum, lean, project leadership
-
URTeC 2026 Paper | Physics-Informed Neural Networks for EUR Prediction in Unconventional Wells
Paper ID: URTeC-4495058 | Submitted & Published
-
SPE NAICE 2026 | AI-Driven Bradley Curve Analysis for HSE Incident Prediction
Paper ID: SPE-NAICE2026-1017 | Introducing the Environmental Incident Intensity Index (EIII)
-
Data Science Intern @ Codveda Technologies (ID: CV/A1/61250)
Six-level analytics sprint: EDA, clustering, NLP, interactive Tableau dashboards
-
Junior Project Manager @ TS Academy
Leading Aurelius-1 IIoT deployment capstone project
- π B.Eng. Mechanical Engineering | University of Nigeria, Nsukka
- π’οΈ Society of Petroleum Engineers (SPE) | Active Member
- π TechCrush AI/ML Bootcamp | In Progress
- πΌ TS Academy Project Management Capstone | Completed
- π University of Tokyo GCI | In Progress
- π Aspire Leadership Program HARVARD | Completed
-
URTeC 4495058 | Physics-Informed Neural Networks for Estimated Ultimate Recovery Prediction in Unconventional Wells
π Status: Published | Repository: GitHub -
SPE-NAICE2026-1017 | AI-Enhanced Bradley Curve Analysis: Predicting HSE Incidents in Oil & Gas Operations
π Status: Submitted | Novel Contribution: Environmental Incident Intensity Index (EIII)
Repository: GitHub -
SPE-NAICE2026 | Virtual Pipeline Technology Assessment for Niger Delta Stranded Gas Monetization
π Status: Submitted | Focus: CNG vs. mini-LNG TAC/NPV framework
- AAPG ICE 2026 (Jakarta, December 2026) | Abstract in development
class Tosa:
def __init__(self):
self.role = "Data Scientist & AI/ML Researcher"
self.education = "Mechanical Engineering @ UNN"
self.focus_areas = [
"Physics-Informed Neural Networks",
"Predictive Analytics in Energy Sector",
"Time Series Forecasting",
"NLP & Sentiment Analysis",
"Interactive Data Visualization"
]
self.current_learning = ["Deep Learning", "MLOps", "Advanced UI/UX"]
self.hobbies = ["Abstract Art", "Music", "Design", "Trading (Deriv)"]
def say_hi(self):
print("Let's build something amazing together!")
me = Tosa()
me.say_hi()