Skip to content
View MeshariAlsh's full-sized avatar

Block or report MeshariAlsh

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 supported. This note will be visible to only you.
Report abuse

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

Report abuse
MeshariAlsh/README.md

About Me

Hi, I'm Meshari 👋

I'm a final-year Computer Science student. I have a strong interest in applying machine learning and software engineering to solve practical problems.

🔭 What I Built

  • DeepSeek-Instagram Automation Bot: A complete Python system that integrates multiple APIs to automate social media workflows. Focused on clean architecture and thorough documentation. ★ 1
  • PixelStudio Pixel Art Editor: A complete C++ system that integrates SFML and ImGui for real-time pixel art creation and editing. Focused on clean architecture and responsive design.
  • Algorithmic Art (Grid Spiral Pattern): A complete Python system that integrates mathematical principles with the Pygame library to algorithmically generate geometric spiral art. Focused on clean procedural generation and robust OOP architecture.
  • CNN Image Classifier (PyTorch, CIFAR-100): Built and trained a deep CNN (VGG-style blocks with BatchNorm + Dropout) on CIFAR-100, with a full pipeline dataset mean/std computation, data augmentation, train/val split, and MultiStepLR scheduling.
  • Canny Edge Detection (Reimplementation): Rebuilt the Canny edge detector from scratch using NumPy/OpenCV primitives, including Gaussian blur, Sobel gradients, non-maximum suppression, double thresholding, and hysteresis. Added side-by-side visual comparisons against OpenCV’s Canny and a quantitative edge-count comparison metric.

🌱 Current Focus

I am actively deepening my practical skills in core AI domains relevant to modern applications:

  • Computer Vision with PyTorch: Experimenting with image preprocessing, augmentation, and convolutional neural networks (CNNs) to build a strong foundation in visual recognition tasks.

🛠️ Languages and Tools

C C++ Java Python SQL JavaScript React TypeScript Node.js Express PyTorch TensorFlow OpenCV Scikit-Learn

Pinned Loading

  1. DeepSeekgram DeepSeekgram Public

    Smart Instagram automation bot with AI-powered DM replies, story scheduling, and human-like interactions via DeepSeek.

    Python 1

  2. vgg16-cifar100-pytorch vgg16-cifar100-pytorch Public

    PyTorch implementation of a VGG-16 inspired convolutional neural network trained on CIFAR-100. Test accuracy 66%

    Python

  3. PixelStudio PixelStudio Public

    Pixel Art editing & Creation Software. A complete C++ system that integrates SFML and ImGui for real-time pixel art creation and editing. Focused on clean architecture and responsive design.

    C++

  4. Discrete_Bayes_Filter Discrete_Bayes_Filter Public

    Crystal-clear Bayes filter implementation for robot localization. Watch probabilities evolve in real-time as a robot navigates with motion uncertainty. Perfect educational example of probabilistic …

    Python

  5. Canny_Edge_Scratch_Py Canny_Edge_Scratch_Py Public

    A clean, fully explained Canny Edge Detector built from scratch, no shortcuts, no magic, just pure Python + NumPy.

    Python

  6. Algorithmic_Art Algorithmic_Art Public

    Artistic use of the L₁ metric (Manhattan Distance)

    Python