-

AI in Manufacturing: A Simple Guide to What Actually Works Today
A practical overview of how AI is already creating value in manufacturing: predictive maintenance, AI-driven robotics, defect detection, supply chain optimization, and digital twins explained in a simple, non-technical way.
-

Improving My AI Image Enhancer App with Interactive Features
From a Simple Script to a More Dynamic Experience As part of the MIT online course “Designing and Developing AI Products and Services”, I’ve been working on a project to explore how artificial intelligence can improve image quality. The app uses the Real-ESRGAN model to restore and enhance low-resolution or blurred photos. Today, I decided…
-

Enhancing Images with AI: My New App Experiment
A Simple Idea Born from the MIT AI Course As part of the MIT online course “Designing and Developing AI Products and Services”, I created a simple application that uses artificial intelligence to enhance and restore images. The goal was to explore how AI models can improve visual quality by recovering details and sharpening low-resolution…
-

Flash Card Project: Exploring Data Types and Variables in Python
I recently completed a project called the Flash Card Project, which was an exciting learning experience that deepened my understanding of Python’s versatility with data types and variables. This project involved using various Python features like dictionaries, lists, and Pandas to manage data and display flash cards for language learning. Here’s a breakdown of the…
-

Managing JSON Files in Python: A Practical Approach
Working with data in a structured and efficient way is key to building powerful applications. Recently, I’ve been exploring JSON (JavaScript Object Notation) files and how to manage them in Python. I wrote a small project where I handle website credentials like email and password, storing them securely in a JSON file. Let’s dive into…
-

Building a Password Manager: Securing Information with Python
Building a Password Manager: Securing Information with Python I just wrapped up a project that I’ve been working on for the past week, which I’m calling my Password Manager. This project was an exciting way to deepen my understanding of Graphical User Interfaces (GUI), revisit some Python concepts like list comprehension and the .join() method,…
-

Building a Pomodoro Timer: Enhancing Productivity with Python and Tkinter
I’m excited to share the completion of my Pomodoro project, a tool I’ve come to rely on for boosting my productivity. This project not only served as a personal productivity enhancer but also provided me with an opportunity to dive deeper into GUI design using Python’s Tkinter module. Key Features of the Pomodoro Timer 1.…
-

Code Efficiency with Dictionary Comprehension and Pandas DataFrames
Today’s practice was exciting because I had the chance to explore deeper into the world of dictionary comprehension and the Pandas module. One of the key takeaways was the realization of how much cleaner and more efficient code can become by reducing redundant lines and using Python’s comprehension tools. Elegant Code with Dictionary and List…
-

Exploring Pandas with the US States Guessing Game: A New Project
This past week, I worked on a project I called the US States Guessing Game, and it was a project I truly enjoyed. The game was not only fun to build but also provided me with an opportunity to dive deeper into new concepts, such as data manipulation using the Pandas module in Python. Additionally,…

