Skip to content
View RodrigoSdeCarvalho's full-sized avatar
🏠
Working from home
🏠
Working from home

Highlights

  • Pro

Block or report RodrigoSdeCarvalho

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

Hi there 👋

I love Computer Science, AI & Distributed Systems.

about About Me

struct Rodrigo {
    name: String,
    background: ComputerScience,
    primary_skillset: Vec<String>,
    main_languages: Vec<String>,
}

impl Rodrigo {
    pub fn new() -> Rodrigo {
        Rodrigo {
            name: "Rodrigo Santos de Carvalho".to_string(),
            background: ComputerScience {
                university: "UFSC".to_string(),
            },
            primary_skillset: vec![
                "Software Engineering".to_string(),
                "AI".to_string(),
                "ML".to_string(),
                "Computer Vision".to_string(),
                "Back End".to_string(),
            ],
            main_languages: vec![
                "Python".to_string(),
                "C++".to_string(),
                "C".to_string(),
                "Rust".to_string(),
                "C#".to_string(),
                "Golang".to_string(),
            ],
        }
    }
}

Langs and Tools:

GitHub Stats

**SEU NOME** github stats

Highlighted Projects

  • LiA (Linux Assistant) - A tool designed to simplify your interaction with the Linux command line by helping you store, manage, and execute your most-used commands and scripts effortlessly;
  • pyEasyML - Python Machine Learning framework that makes developing ML applications easy;
  • Lane Detection - Machine Learning model to segment lanes and find the center of lane in a road;
  • BrickShootersII - A classic spaceship shooter game implemented in C++ with the Concurrency lib I developed with two friends;
  • ExtendClass - Python lib for class extension, useful for modifying a class without inheritance.

Readme Card Readme Card


Get to know me further!

👔 linkedin

Pinned Loading

  1. edge-flow edge-flow Public

    EdgeFlow - An IoT/Edge Computing End-to-End framework

    Rust

  2. lia lia Public

    LiA (Linux Assistant) is a tool designed to simplify your interaction with the Linux command line by helping you store, manage, and execute your most-used commands and scripts effortlessly.

    Rust 6

  3. RaTuS RaTuS Public

    RaTuS (Raft Tuple Space) is a Tuple Space implemented in Rust supported by the Raft Consensus Algorithm

    Rust 4

  4. Misfire-Detection Misfire-Detection Public

    Forked from canalrafael/Misfire-Detection

    This git contains the files used for the paper "Machine learning for real-time Misfire Detection based on ECU data", by Rafael Canal, Felipe Kaminsky Riffel, João Paulo Bonomo, Rodrigo Santos de Ca…

    Python

  5. pyEasyML pyEasyML Public

    Python version of my machine learning framework that provides data preprocessing, feature selection, classification, regression and even more complex deep learning models, model persistence, autoen…

    Python 3

  6. BrickShootersII BrickShootersII Public

    A classic space ship shooter game implemented in C++ with the Concurrency lib I developed with two friends at uni.

    C++