8000
Skip to content
View liapsps's full-sized avatar
🐚
🐚

Block or report liapsps

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

Typing SVG

class AnaJuliaChaves:
    def __init__(self):
        self.name = "Ana Julia Chaves"
        self.pronouns = "any pronouns"
        self.education = {
            "undergraduate": "B.Sc. in Software Engineering @ UFC",
            "languagestudies": "Mandarin & Chinese Culture @ Nankai University"
        }
        self.current_roles = [
            "GenAI Intern @ iFood",
            "AI Research Lead & Fellow @ PET TI"
        ]
        self.past_roles = [
            "AI Research Engineer @ Huawei",
            "AI Engineer @ Dataside"
        ]
        self.languages = {
            "Portuguese": "Native",
            "English": "C2",
            "Spanish": "B2",
            "Chinese": "HSK II",
            "Korean": "TOPIK I"
        }

    @property
    def current_focus(self):
        return [
            "Building GenAI solutions with LLMs, RAG, and LangChain",
            "Scaling AI applications for production environments",
            "Cloud-native microservices infrastructure on AWS",
            "Aligning undergrad thesis (TCC) with GenAI enterprise applications"
        ]

    @property
    def tool_kit(self):
        return [
            "Python", "LangChain", "RAG", "LLMs", "Pandas",
            "PyTorch", "Git", "Docker", "AWS"
        ]

    def connect_with_me(self):
        linkedin = "[https://linkedin.com/in/juliaentrechaves](https://linkedin.com/in/juliaentrechaves)"
        portfolio = "[https://github.com/liapsps](https://github.com/liapsps)"
        email = "contact.juliachaves@gmail.com"
        return { "linkedin": linkedin, "portfolio": portfolio, "email": email }

me = JuliaChaves()

github contribution grid snake animation

Julia's GitHub stats GitHub Streak

Pinned Loading

  1. langchain-rag-project langchain-rag-project Public

    My first project as an AI Engineer Trainee, exploring the Langchain framework to build a Q&A system based on a paper.

    Python 2

  2. PET-Event-Flow-Automation PET-Event-Flow-Automation Public

    Sistema de automação End-to-End para gestão de eventos do PET TI (UFC). Integra Google Sheets como DB, validação presencial via Visão Computacional (QR Code) e emissão automática de certificados. S…

    Python

  3. data-science-python-libraries-guide data-science-python-libraries-guide Public

    A guide to Data Science Libraries

    Jupyter Notebook

  4. avanti-bootcamp-cdd avanti-bootcamp-cdd Public

    Repositório do Bootcamp Avanti de Ciência de Dados

    Jupyter Notebook 1

  5. birthday-reminder-whatsapp birthday-reminder-whatsapp Public

    A serverless automation script that sends a personal WhatsApp notification to remind you of a friend's birthday.

    JavaScript

  6. uhabits uhabits Public

    Forked from iSoron/uhabits

    Loop Habit Tracker, a mobile app for creating and maintaining long-term positive habits

    Kotlin

0