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()
-
iFood
- Brazil
-
23:58
(UTC -03:00) - in/juliachavesdev
Pinned Loading
-
langchain-rag-project
langchain-rag-project PublicMy first project as an AI Engineer Trainee, exploring the Langchain framework to build a Q&A system based on a paper.
Python 2
-
PET-Event-Flow-Automation
PET-Event-Flow-Automation PublicSistema 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
-
data-science-python-libraries-guide
data-science-python-libraries-guide PublicA guide to Data Science Libraries
Jupyter Notebook
-
avanti-bootcamp-cdd
avanti-bootcamp-cdd PublicRepositório do Bootcamp Avanti de Ciência de Dados
Jupyter Notebook 1
-
birthday-reminder-whatsapp
birthday-reminder-whatsapp PublicA serverless automation script that sends a personal WhatsApp notification to remind you of a friend's birthday.
JavaScript
-
uhabits
uhabits PublicForked from iSoron/uhabits
Loop Habit Tracker, a mobile app for creating and maintaining long-term positive habits
Kotlin
If the problem persists, check the GitHub status page or contact support.