Skip to content
View RafaelAmauri's full-sized avatar
  • Belo Horizonte, Brazil
  • 05:43 (UTC -03:00)

Block or report RafaelAmauri

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

Welcome to my GitHub profile! 👋

Rafael

I'm passionate about Image Processing, Computer Vision, Linux, and AI. Most of the software I've written relates to one or more of these topics in some way. 😁

I'm currently pursuing a Master's degree at UFMG, focusing on Deep Active Learning for Recognition in Video.

Personal Projects 🚀

I'm always eager to learn new things. You can check out my Projects Repo, where I try to keep an updated record of what I'm working on.

Here are some of my personal projects:

This is my favorite project by far! Image Studio is a space where I challenge myself to use Numpy (and really ONLY NUMPY) to implement things that I find interesting in the world of image processing.

An implementation of the tree command in pure C. What makes it interesting is that it avoids any recursion, instead using a custom linked stack to list directory contents. This improves performance and reduces resource usage. The program also only utilizes the C standard library, which makes it extremely portable and lightweight.

Kernel Updater is a script that automatically downloads, compiles, and installs any version of the Linux kernel. I built this project as a way to learn the basics of Bash scripting.

Pinned Loading

  1. Image-Studio Image-Studio Public

    Image Studio is where I challenge myself to use only Numpy to code some image processing algorithms that I find interesting

    Python 1

  2. Projects Projects Public

    My personal projects

  3. PUC-Minas PUC-Minas Public

    Catálogo público dos meus códigos feitos em tarefas e atividades das matérias que cursei durante minha graduação em Ciência da Computação na PUC-MG.

    26

  4. dotfiles dotfiles Public

    dotfiles for my personal i3-gaps config

    Shell