Skip to content
View aghents's full-sized avatar
🪿
🪿

Highlights

  • Pro

Organizations

@CENIA-DEV @lamda-uai @voces-dev-ai

Block or report aghents

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 is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
aghents/README.md

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.

Pinned Loading

  1. CENIA-DEV/multilingual-translator-app CENIA-DEV/multilingual-translator-app Public

    Python 1 1