Skip to content
View db200253's full-sized avatar

Block or report db200253

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

πŸ‘‹ Hi there, I'm Baptiste

🎯 Junior Frontend Developer focused on building clean interfaces. I love creating things that look good and feel smooth !


🧠 About Me

  • πŸ‡«πŸ‡· Based in France
  • 🎨 Passionate about UI/UX, design systems & component architecture
  • 🧰 Main stack: React, Next.js, TypeScript, Tailwind CSS

πŸš€ Recent Projects

Coming soon...


πŸ› οΈ Tech Skills

Area Tools & Technologies
Frontend React, Next.js, TypeScript
UI / Styling Tailwind CSS, shadcn/ui, Framer Motion
State Management Redux Toolkit
Testing Jest
DevOps / Deployment Docker, Vercel

πŸ“« Get in Touch


⭐️ Feel free to explore my repositories, contribute, or reach out !

Pinned Loading

  1. BrainIRM_Classifier BrainIRM_Classifier Public

    Classifies brain MRI scans using transfer learning to detect brain tumors with high accuracy.

    Jupyter Notebook

  2. MLPForMNIST MLPForMNIST Public

    A simple Multilayer Perceptron (MLP) implemented from scratch to classify handwritten digits from the MNIST dataset.

    Python

  3. TitanicSurvivor TitanicSurvivor Public

    A Random Forest classifier implemented from scratch to predict Titanic survivors. Includes manual construction of decision trees, feature sampling, and ensemble voting.

    Python

  4. CustomerSegmentation CustomerSegmentation Public

    Implements K-Means clustering from scratch for customer segmentation. Includes manual initialization, iterative centroid updates, and cluster assignment.

    Python

  5. LogRegr LogRegr Public

    Implements Multiclass Logistic Regression (Softmax) from scratch to classify data into 4 classes. Includes manual computation of predictions, cross-entropy loss, and gradient descent.

    Python

  6. Mesure_RI Mesure_RI Public

    Manipulation of a graph to make measurements and study the spread of a virus in a network.

    Java