Edson Mota Valença Filho
AI & ML Developer, AWS Certified Data Engineer and AI and Cloud Practitioner
# !/usr/bin/python
# -*- coding: utf-8 -*-
class AIMLDeveloper:
def __init__(self):
self.name = "Edson Mota Valença Filho"
self.role = "AI & ML Developer"
self.code = ["python",
"javascript",
"typescript",
"sql"]
self.aws_certifications = ['AI Practitioner',
'Data Engineer',
'Cloud Practitioner',
'Solution Architect (Associate)']
self.soft_skills = ["communicative 🗣️",
"sociable 🤝",
"team-player 👥",
"adaptative 🧩"]
self.language_spoken = ["pt-BR","en-US"]
def shout_out(self):
print("Hello there!!👋🏻 Thanks for dropping by, hope you find some of my work interesting! 🤙🏻")
if ( __name__ == "main"):
me = AIMLDeveloper()
me.shout_out()
I'm a software engineer interested in developing AI-based solutions for investments and law. I'm deeply passionate about teaching machines to assist humans in achieving greater results and making impactful contributions. My previous working experience was a trainee AI/ML Developer at Compass.UOL, and I have hands-on experience both as a Data Engineer and Software Engineer.
In my role as an AI Developer, my key projects revolve around LLM-based applications, utilizing LLMOps practices to effectively manage, deploy, and monitor large language models. I employ techniques to build knowledge bases for Retrieval-Augmented Generation (RAG) systems, fine-tuning foundational models, and optimizing prompt engineering for enhanced outputs. I frequently leverage my data engineering skills to design and implement robust data pipelines that support these applications.
I'm currently studiing Systems Analysis and Development at SENAC-PE and MBA Data Science and Artificial Intelligence. Additionally, I hold a law degree and have some experience as a lawyer, which fuels my interest in creating AI-based solutions for legal issues.