I’m Taiwo, a Mechanical Engineer , Programmer and Machine Learning Enthusiast. My journey began with an insatiable curiosity about how things work, which led me to engineering. Along the way, I discovered the immense power of programming and data-driven solutions, and I’ve been hooked ever since.

What I Do:
🔧 Mechanical Engineering Foundations – Deep understanding of systems, simulations, and problem-solving.
💻 Programming – Proficient in Python, C++, and JavaScript; building robust applications and models.
🤖 Machine Learning – Passionate about AI/ML; developing smart algorithms for real-world challenges.
🌐 Full-Stack Development – Designing intuitive, scalable web solutions with frameworks like Django and React.

Current Focus:
Developing ML models for predictive maintenance and automation.
Exploring advanced deep learning architectures (Transformers, GANs).
Building open-source tools to bridge engineering and AI.
Skills & Tools:
Languages: Python, C++, MATLAB
ML/AI Frameworks: TensorFlow, PyTorch, Scikit-learn
Engineering Tools: SolidWorks, ANSYS, MATLAB
Other: Docker, Git, Linux
Let’s Connect!
💡 I’m open to collaboration on impactful ML projects, open-source contributions, or innovative engineering solutions powered by AI.

🌟 Check out my repositories to see what I’ve been building and experimenting with.
Feel free to reach out or drop me a star ⭐ on projects you find interesting!

About Me

Welcome to My Website Introduce your brand's mission or core value statement. Explore More

Data Bricks

Innovative Solutions for Modern Challenges Use this space to welcome visitors with a brief introduction that highlights the core message of your site. Explore More

Inserting data in Amazon Redshift Serverless

Insert Data into a Row The SQL INSERT INTO Statement  The INSERT INTO statement is used to insert new records in a table.  INSERT INTO Syntax  INSERT INTO table_name (column1, column2, column3, ...) VALUES (value1, value2, value3, ...);  INSERT INTO  Student(Name, Age,Sex) VALUES (David, 20, ‘Male’);  To check the inserted Data Select * from Student
Scroll to Top