Skip to content
View kristenarguello's full-sized avatar
  • Teia Labs
  • Porto Alegre

Organizations

@TeiaLabs

Block or report kristenarguello

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, 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
kristenarguello/README.md

👋 Hi, I'm Kristen Arguello!

🎓 I'm a Computer Science student in the final semesters of my degree at PUCRS (Brazil), passionate about exploring the inner workings of computing — from the low-level details of how compilers and operating systems work, to the high-level design of intelligent systems.

🧠 My main interests include:

  • Backend development — building scalable, reliable, and well-structured systems.
  • Machine Learning & Artificial Intelligence — I'm not only excited about building applications powered by ML, but also deeply curious about how models work under the hood: their architectures, training dynamics, and theoretical foundations.
  • Core Computer Science concepts — I'm fascinated by how computers really work: from Universal Turing Machines to memory management, virtual machines, and beyond.

👩‍💻 I enjoy working on projects that challenge both my engineering and research sides — from writing Linux kernel modules and interpreters, to experimenting with LLMs and building RAG pipelines for real-world use.

🔭 I'm always learning and looking to collaborate on impactful and technically engaging projects. Check out some of the things I’ve been working on below!

📫 Feel free to reach out:

Pinned Loading

  1. gender-identifier-cnn gender-identifier-cnn Public

    This is a CNN trained to recognize peoples faces and to classify them between male or female. Besides that, there is an application which connects to the computers webcam to make a live demo of the…

    Python

  2. subscription-service-platform subscription-service-platform Public

    Backend subscription management platform built with Python microservices. Uses RabbitMQ for async communication and is deployed via Azure DevOps CI/CD pipelines. Designed to support SaaS-style mobi…

    Python

  3. ml-biomedical-data-project ml-biomedical-data-project Public

    A collection of five distinct machine learning projects applied to biomedical data — ranging from traditional classification tasks (e.g., identifying mushroom types) to deep learning applications, …

    Python

  4. compiler-C-- compiler-C-- Public

    This is a compiler for a fictional language called C--. This program receives a test file and generates the binary code to be executed on your machine.

    Yacc

  5. ML-competition ML-competition Public

    Two different solutions proposed for two different challenges on Kaggle. Both of them applied for the classification topic on machine learning.

    Jupyter Notebook

  6. iee754-operations iee754-operations Public

    A C program that performs arithmetic operations on IEEE 754 floating-point numbers, returning the result in binary, its integer equivalent, and the status of relevant operation flags (e.g., overflo…

    C