#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;
}-
🤖 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.


