#!/usr/bin/python
# -*- coding: utf-8 -*-
class SoftwareEngineer:
def __init__(self):
self.name = "Muhammad Awwab Khan"
self.role = "Software Engineer"
self.interests = [
"Machine Learning",
"Deep Learning",
"Computer Vision",
"Natural Language Processing",
"Generative AI"
]
self.email = "mawwabkhank2006@gmail.com"
self.github = "https://github.com/M-Awwab-Khan"
self.linkedin = "https://www.linkedin.com/in/muhammad-awwab-khan/"
def say_hi(self):
print("Thanks for visiting my profile! Feel free to explore my projects.")
me = SoftwareEngineer()
me.say_hi()
- Transformers, A Secret Code AI Uses to Understand Us All
- Introduction to Vector Databases, A Way of Storing High Dimensional Data
Muhammad Awwab Khan, a 18-year-old software engineering student at NED University, is a passionate data science enthusiast, skilled in Python and Web Technologies, with a love for problem-solving, football, and a knack for mathematics.
- I am deeply passionate about the vast realms of technology, with a keen interest in data science, machine learning, deep learning, and artificial intelligence.
- I embarked on my data science journey in July 2023, showcasing a remarkable learning curve in a relatively short period.
- In addition to my academic pursuits, I am an avid problem solver, actively engaging in platforms like HackerRank and LeetCode to hone my algorithmic skills.
- But hey, life isn’t just about coding and algorithms. I’m a football fanatic – nothing beats kicking the ball around with my buddies.
- I’m not just a tech geek; I’m also fluent in English and Urdu. Good communication is key, right?