I am an AI Developer with a Bachelor's in Software Engineering from City University Peshawar. My expertise lies in Python backend development, machine learning, and AI-driven applications. I am passionate about creating intelligent, data-driven solutions that solve real-world problems. I believe in continuous learning and am always eager to explore new technologies to integrate into my projects. I aim to combine technical excellence with creative problem-solving to deliver impactful and innovative AI solutions.
My career began by working with local companies, and now I focus on building innovative AI-driven products and machine learning models that have the potential to impact people around the globe positively. I have worked on sentiment analysis, real-time currency classification, and weather forecasting using radar images. This website showcases my work and serves as a reflection of my Python, AI, and backend development expertise. I am always committed to delivering high-quality, efficient solutions that solve real problems.
I am available for providing AI solutions & mentorship on AI and Python
What is a picture tag and how to use it for Responsive Design The HTML5 element <picture> tag is intended to provide more flexible and highly functional responsive image. Rather than loading a single image and adjusting it to match all potential view...

Switch in Python as a Match Have you ever tried the switch statement in Python? If you have been programming in other languages such as C++, C#, Java, etc, you will have used the switch statement, but when you shifted to Python, you noticed there is ...

In this blog, I am going to cover the lambda function. It is a function that creates a function object using the lambda keyword. The function object lasts only as long as it's called and then disappears. It can be called by using the keyword 'lambda'...
