Git Product home page Git Product logo

processorbehaviorclusterizer's Introduction

Hi there ๐Ÿ‘‹

I love Computer Science and AI.

about About Me

struct Rodrigo {
    name: String,
    background: ComputerScience,
    primary_skillset: Vec<Box<dyn Skill>>,
    main_languages: Vec<Box<dyn ProgrammingLanguage>>,
}

impl Rodrigo {
    pub fn new() -> Rodrigo {
        Rodrigo {
            name: "Rodrigo Santos de Carvalho".to_string(),
            background: ComputerScience {
                university: "UFSC".to_string(),
            },
            primary_skillset: vec![
                Box::new(SoftwareEngineering {}),
                Box::new(AI {}),
                Box::new(ML {}),
                Box::new(ComputerVision {}),
                Box::new(BackEnd {}),
            ],
            main_languages: vec![
                Box::new(Python {}),
                Box::new(CPlusPlus {}),
                Box::new(Rust {}),
                Box::new(CSharp {}),
                Box::new(Java {}),
            ],
        }
    }
}

Langs and Tools:

GitHub Stats

**SEU NOME** github stats

Highlighted Projects

  • DocTour.AI - A Rust project to use LLMs to interpret and gain insights from documents;
  • 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!

๐Ÿก website | ๐Ÿ‘” linkedin

processorbehaviorclusterizer's People

Contributors

rodrigosdecarvalho avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.