Skip to content
View salik702's full-sized avatar
πŸ€–
Salik Ahmad
πŸ€–
Salik Ahmad

Highlights

  • Pro

Block or report salik702

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
salik702/README.md
Typing SVG

profile views followers stars


Cyberpunk Green Cyberpunk Blue

πŸš€ About Me

class AIEngineer:
    def __init__(self):
        self.name = "Salik Ahmad"
        self.role = "AI / ML Engineer"
        self.location = "Pakistan"
        self.education = "Computer Science"
        self.languages = ["Python", "ML", "DL"]
        self.current_focus = [
            "Deep Learning & Neural Networks",
            "Generative AI & Large Language Models",
            "Computer Vision & NLP",
            "MLOps & Model Deployment"
        ]
        self.passion = "Turning complex problems into elegant AI solutions"
    
    def say_hi(self):
        print("Thanks for dropping by! Let's build something amazing together!")

salik = AIEngineer()
salik.say_hi()

Coding

πŸ’‘ What I'm Up To


Sidebar animation

Tip

πŸ”­ Advanced Machine Learning projects involving predictive analytics and deep learning.

Note

🧠 Deep Diving into Transformer models, GANs, and LLM fine-tuning techniques.

Important

🀝 Open to collaborate on Open Source ML projects and research papers.

Warning

🌱 Exploring cutting-edge topics in Generative AI and Reinforcement Learning.

Caution

πŸ’¬ ML algorithms, model optimization, and data preprocessing.

Important

⚑ Consistency is the key to mastery! Also, I debug with rubber ducks πŸ¦†


🌐 Connect With Me


πŸ› οΈ Tech Stack & Tools

πŸ€– Machine Learning & Deep Learning

TensorFlow PyTorch Keras scikit-learn OpenCV Hugging Face

πŸ“Š Data Science & Analytics

Python Pandas NumPy Matplotlib Seaborn Plotly

βš™οΈ MLOps & Tools

Docker Git Jupyter Google Colab MLflow AWS


🐍 Contributions

github contribution grid snake animation

πŸ’­ Funny Dev Quote

Funny Dev Quote

Pinned Loading

  1. Brain-Tumor-Detection Brain-Tumor-Detection Public

    Brain MRI classifier using CNN + VGG16 fallback. Detects No Tumor vs Pituitary Tumor with 98% train accuracy. Built with TensorFlow, Keras, Streamlit UI & Flask REST API. Made with Deep Learning.

    Jupyter Notebook

  2. TurboSpark TurboSpark Public

    TURBO SPARK CLI is an open-source AI-powered coding agent that understands your codebase, generates code, fixes bugs, refactors projects, and supports multiple AI providers directly from your termi…

    TypeScript