Skip to main content

About Me



My name is Abdullah Salfi. 

I am a Passionate Programmer also Data Science & AI Student level Researcher with Strong Foundation of Bachelor in Computer Science. 

Coding isn't just what I do; it's my way of making a mark on the world.

🌐🖋️ Armed with a Bachelor of Computer Science, and enriched by an internship in AI & Data Science, I'm not just seeking to enter the field—I'm aiming to contribute to its evolution. With certifications in Web Development & Freelancing, I have honed my skills to not only adapt but to lead in the dynamic tech environment. 

💼🚀 Each project I undertake is a new chapter in my story, one where I combine data science and AI to craft solutions that are innovative, efficient, and impactful. My commitment to learning and growth has seen me through numerous challenges, always emerging with greater insight and determination. 

📘📈 As I look to the future, my sights are set on opportunities that push the boundaries of what's possible with AI and Data Science. I'm eager to collaborate with teams and individuals who are not afraid to think differently and dream big. 🌟✉️ Interested in discussing technology, innovation, or potential collaborations? Let's get in touch and explore the possibilities that lie ahead! 📮

Feel free to contact me at:

LinkedIn: Click here to see LinkedIn Profile  

Facebook:  Click here to see Facebook Profile

Whatsapp: +923200149218

Email: abdullahsalfi.official@gmail.com

Comments

Popular posts from this blog

Discriminative and Generative AI

Discriminative Artificial Intelligence(AI) Discriminative Artificial Intelligence (AI) models are taught to distinguish between different data classes, patterns, images etc. In simple words it is a type of artificial intelligence uses Machine and Deep Learning  techniques that helps us tell different things apart. Discriminative AI focuses on learning the lines that separate different groups in our data. Instead of making new data, it looks at data we already have to figure out what it is. • Application Areas a. Image Recognition : Discriminative AI helps identify what's in pictures, like telling if it's a cat or a dog. b. Speech Recognition : It figures out different words or phrases when people talk. c. Natural Language Processing (NLP): It sorts text into different groups, like figuring out if a review is positive or negative. Working of Discriminative AI Discriminative AI learns from examples, like pictures of cats and dogs, to get better at telling them a...

Introduction to Diffusion Model in AI

Introduction to Diffusion model in AI Diffusion models lie in the domain of Computer Vision. Diffusion is the model of deep learning that deals with latent or hidden variables in an image by adding or removing noise. The diffusion model operates by iteratively adding noise to an image and then attempting to reverse this process to reconstruct the original image. Diffusion models have been used for tasks such as image generation, denoising, and inpainting, and they have shown promising results in producing high-quality and diverse samples. • Noise Unwanted information that disrupts the accuracy of the picture.This noise disrupts the clarity and fidelity of the image, making it more challenging for the Artificial Intelligence model to accurately process or reconstruct the original image.         Stable Diffusion Stable diffusion is a type of Diffusion model used to generate text to image. This approach involves using diffusion techniques to generate images, ...

Introduction to APIs- OpenAI and Hugging Face

Introduction to APIs - OpenAI and Hugging Face   API: Application Programming Interface is referred to as API. It is a collection of guidelines, conventions, and instruments that facilitates communication between various software programs. APIs make it simpler for developers to integrate features from one program into another by defining how various software components should communicate with one another. They can be utilized to get access to information, features, or services offered by other programs or online services. How do we use the various tools' and websites' APIs?  Through the use of APIs (Application Programming Interfaces) on various websites and tools, developers can incorporate certain features and data from those platforms into their own apps. Here's a condensed explanation along with an illustration: 1. Comprehending APIs:  APIs are similar to collections of guidelines that let various software programs talk to one another. They specify the for...