Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 

Repository files navigation

Hey there, Agus here

I'm just an IT Engineer passionate about language technologies.
#include <stdio.h>

typedef struct {
    const char *currently_learning[3];
    const char *next_step;
} Agus;

int main() {
    Agus agus = {
        .currently_learning = {"Pytorch", "Deep Learning"},
        .next_step = "???"
    };

    printf("Next step: %s\n", agus.next_step);
    return 0;
}

About Me

  • 🤖 Currently working as a Data Scientist at Grupo Falabella, where I develop NLP models for retail industry.

  • Previously worked as an AI Research Engineer with the VOCES team, part of CENIA.

  • 📫 Reach me at: agustinghent@gmail.com | agustinghent[at]gmail[dot]com

  • ⚡ Fun facts:

    • Native Spanish speaker 🇨🇱 (buena culiao!), fluent in English, and conversational in Portuguese.
    • In my free time, I enjoy CrossFit and beach tennis.
    • I've never broken a bone.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors