Skip to content
View gkrusta's full-sized avatar

Block or report gkrusta

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

My portfolio

I'm Gabriela, I study at 42 Málaga and spend most of my time doing things with data.

Cleaning it, modeling it, making predictions and occasionally arguing with it.

Here are some of my 42 projects and other stuff.

gkrusta's 42 stats

Tech Stack

Programming Languages

Data Science & ML

Big Data & MLOps

Top Languages

Pinned Loading

  1. Leaffliction Leaffliction Public

    Image processing and computer vision pipeline that applies automated transformations and CNN training to plant leaf photos to support disease-classification.

    Python

  2. Multilayer-Perceptron Multilayer-Perceptron Public

    Multilayer Perceptron implementation using feedforward, backpropagation, and gradient descent from scratch.

    Python

  3. dslr dslr Public

    A machine learning project applying logistic regression for multi-class classification, ETL, model training, and visualization.

    Python

  4. ft_linear_regression ft_linear_regression Public

    A program that using machine learning algorithm can predict a price of a car based on it's mileage.

    Python

  5. ft_transcendence ft_transcendence Public

    A single-page app build in micro service architecture where you can play pong with players among other things such as JWT, 2fa authentication, blockchain, chat, friends list, stats, profiles, IA ma…

    Python

  6. Webserv Webserv Public

    Webserv is a non-blocking web server designed in C++ that handles HTTP requests using a single instance of poll() for all I/O operations, supporting multiple ports, CGI scripts and file uploads.

    C++