Skip to content
View reidn3r's full-sized avatar
🎯
Focusing
🎯
Focusing
  • Paraná - Brasil

Highlights

  • Pro

Block or report reidn3r

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

Hey! Nice to see you.

Hi, I'm Reidner, Computer Science student from Brazil.

Main things I code with

Java Nodejs Python Docker Git

Main Projects

🔧 Backend & Cloud

Projeto Descrição Tecnologias
Azure API Gateway Java-based API Gateway implementation with Azure integration for cloud applications Java • Spring Boot • Azure
LocalStack Serverless Functions AWS Lambda development environment using LocalStack for local serverless testing and deployment Node.js • AWS Lambda • LocalStack

🤖 Machine Learning & AI

Projeto Descrição Tecnologias
TensorFlow U2-Net TensorFlow implementation of U²-Net for salient object detection Python • TensorFlow • Deep Learning
Model Context Protocol Python implementation for standardized AI model communication protocols Python • AI Protocols
RAG Gemini Retrieval-Augmented Generation system integrated with Google's Gemini AI Python • RAG • Gemini AI
Logistic Regression Logistic Regression implementation C/C++ • Machine Learning

Where to find me

Github LinkedIn

Pinned Loading

  1. azure-api-gateway azure-api-gateway Public

    Encurtador de URLs com API Gateway (Spring Cloud) construído em contêineres Docker e funções serverless na Microsoft Azure

    Java

  2. localstack-serverless-functions localstack-serverless-functions Public

    Arquitetura serverless provisionada por LocalStack, refletindo a infraestrutura da AWS

    JavaScript

  3. logistic-regression logistic-regression Public

    A Machine Learning model featuring a custom-built C-API from scratch for gradient calculation and optimization, with a Python in-code interface for model training and prediction.

    C 2

  4. model-context-protocol model-context-protocol Public

    Implementação de Model Context Protocol (MCP) para orquestração de LLM (Gemini) via FastMCP (Python)

    Python

  5. TensorFlow-U2-Net TensorFlow-U2-Net Public

    Tensorflow 2 built u-squared-net model for image background removal tasks

    Jupyter Notebook 3 1

  6. rag-gemini rag-gemini Public

    Pipeline RAG e Token Streaming para respostas em tempo real

    Python