Skip to content
View MihaiBudurean's full-sized avatar

Block or report MihaiBudurean

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
MihaiBudurean/README.md

πŸ‘‹ Hi, I'm Mihai Budurean

πŸ‘¨β€πŸŽ“ Software Engineer

πŸ’» Computer Science Graduate

πŸ‘¨β€πŸ« CoderDojo Mentor

πŸ€– Exploring opportunities in Data Science, AI, and Machine Learning

πŸ’‘ Passionate about turning data into insights and building intelligent systems


πŸš€ Skills

  • Programming Languages: Python Β· C++ Β· R Β· SQL
  • Frameworks & Tools: TensorFlow Β· PyTorch Β· Scikit-learn Β· Pandas Β· NumPy Β· Matplotlib Β· Seaborn
  • Fields of interest: Computer Vision Β· Data Analysis Β· Machine Learning Β· Deep Learning Β· Data Visualization

πŸ“Œ Featured Projects

  • πŸ”— Visual Painter -- A hand-tracking virtual painter using OpenCV and Mediapipe. Draw in real time with your fingers through the webcam. Demonstrates computer vision + human-computer interaction.
  • πŸ”— Gender Classification & Facial Landmark -- Single-task and multi-task CNNs for gender classification and facial landmark detection on celebrity datasets. Includes improvements with Wing Loss and OneCycle scheduling.
  • πŸ”— Visual Search - Landmark Identification -- Deep learning for visual search and landmark identification using CNN embeddings and metric learning (contrastive & triplet loss).
  • πŸ”— Neural Networks Comparative Analysis -- Comparative study of Network-in-Network (NiN) and GoogLeNet-style architectures on Sign-MNIST and MNIST transfer learning.

πŸ“Š GitHub Stats & Activity

MihaiBudurean's Top Languages


🌐 Connect with Me

LinkedIn

πŸ“§ Email: mihaibudurean@gmail.com


✨ Thanks for visiting! If you're hiring or collaborating in AI/ML or Data Science, feel free to reach out.

Pinned Loading

  1. GenderClassification-FacialLandmarksDetection GenderClassification-FacialLandmarksDetection Public

    Gender classification and facial landmark detection on celebrity faces using single-task and multi-task CNNs, with improvements via Wing Loss and OneCycle scheduling.

    Jupyter Notebook

  2. NeuralNetworksComparativeAnalysis NeuralNetworksComparativeAnalysis Public

    Comparative study of Network-in-Network (NiN) and GoogLeNet-style multi-branch networks on Sign-MNIST and MNIST transfer learning.

    Jupyter Notebook

  3. virtual-painter virtual-painter Public

    A hand-tracking virtual painter using OpenCV and Mediapipe. Draw with your fingers in real time through your webcam.

    Python

  4. VisualSearch-LandmarkIdentification VisualSearch-LandmarkIdentification Public

    Visual search for landmark identification using CNN embeddings and metric learning (contrastive/triplet loss).

    Jupyter Notebook

  5. SobelEdgeDetection-MPI-OpenMP SobelEdgeDetection-MPI-OpenMP Public

    Sobel Edge Detection for images implemented with sequential, OpenMP, and MPI approaches to showcase parallel computing performance.

    C++