Skip to content
View lucasns97's full-sized avatar

Block or report lucasns97

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

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

Report abuse
lucasns97/README.md

💁 Who I am?

🎓 Bachelor in Molecular Sciences from University of São Paulo - USP
🎓 MBA in Artificial Intelligence & Big Data from ICMC-USP

💼 Engineering Manager I at Turing, specializing in leading global teams and developing scalable AI solutions
🏆 Champion of AWS DeepRacer Summit São Paulo 2022 and awarded in multiple hackathons

# Designing myself
class WhoIAm:

  def __repr__(self):
    return """
      Hi, I'm Lucas Nunes Sequeira, an Engineering Manager and
      Python Developer passionate about the intersection of AI, cloud
      computing, and software engineering.

      With experience ranging from cloud-native application
      development at AWS to cutting-edge AI research at USP, I've
      honed skills in Python, Docker, REST APIs, and AWS services.

      I am particularly invested in MLOps, striving to automate and
      optimize AI workflows for scalable and efficient deployments.
      Additionally, I engage in research focused on synthetic image
      generation and data bias in AI.

      Beyond work, I contribute to the tech community by leading
      workshops and writing on data ethics and fairness.
    """

  def describe_me(self):
    print(self)

# Creating myself
lucasnseq = WhoIAm()

# Describing myself
lucasnseq.describe_me()

🌈 a-Z Projects - Repos 📂

BCG Gamma Hackaton - Python Notebooks

🟦 Cardapio's - Vue.js Webpage Project

🟪 C Projects - C Libraries

🟫 Data Analysis - Python Notebooks

🟥 Drawing With Code - Py / P5.js Creations

🟧 Machine Learning - Python Notebooks

🟨 Science Presentations - Slide Presentations

🟩 HackerRank - Python Studies

Hash Game - Minimax Algorithm

🟦 Word Similarity - Python Project


✖️ My GIT participation =)

Popular repositories Loading

  1. presentations presentations Public

    In this repository I make available some of my presentations.

    1

  2. lucasns97.github.io lucasns97.github.io Public template

    Material Experimental de Conteúdos de Inteligência Artificial

    HTML 1

  3. cardapio-s cardapio-s Public

    Site de Geração de Cardápios

    Vue 1

  4. word_ps word_ps Public

    Python 1

  5. ml_notebooks ml_notebooks Public

    A repo for ML sketch notebooks

    Jupyter Notebook 1

  6. c_projects c_projects Public

    Gnuplot assistant for C++

    C++