Skip to content
View LukeSantossz's full-sized avatar
🧠
Thinking
🧠
Thinking

Highlights

  • Pro

Block or report LukeSantossz

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

About

ML/AI Engineer focused on turning research into production-ready systems.

I work across the full pipeline — from data processing and model training to optimization, deployment, and monitoring. My practice spans computer vision, NLP, LLM-based systems, and time series forecasting, always with a bias toward reproducibility and measurable impact.

Currently building experience through end-to-end projects that bridge academic depth with engineering rigor.

Open to remote ML/AI engineering roles — international or Brazil-based.


name: Lucas Santos
role: ML / AI Engineer
domains:
  - Computer Vision
  - NLP & LLM Systems
  - Time Series
  - MLOps
education: Big Data (undergrad)
location: Brazil · Open to remote

Currently

  • Building a RAG-based Q&A system for agricultural document retrieval with vector search and local LLMs
  • Developing a mobile CV app for real-time soil texture classification using on-device ML
  • Exploring sentiment classification pipelines combining EDA, feature engineering, and ML models

Featured Projects

Project Description Stack
sb100_agents RAG-based agricultural Q&A system — semantic retrieval from PDF knowledge bases with vector search and LLM-generated responses FastAPI Qdrant Ollama RAG
visiosoil-app Mobile app for real-time soil texture classification using on-device computer vision and machine learning Flutter Dart OpenCV ML
tweet-sentiment-analysis End-to-end NLP pipeline — exploratory data analysis and sentiment classification of Twitter data Python scikit-learn NLP

Tech Stack

CorePython NumPy Pandas scikit-learn SciPy

Deep LearningPyTorch TensorFlow Keras OpenCV HuggingFace ONNX

LLM & RAGLangChain LangGraph FAISS

MLOps & InfraFastAPI Docker MLflow DVC AWS


GitHub Stats


LinkedIn Email GitHub

Pinned Loading

  1. tweet-sentiment-analysis tweet-sentiment-analysis Public

    A Natural Language Processing (NLP) project focused on Exploratory Data Analysis (EDA) and sentiment classification of Twitter data using Machine Learning.

    Jupyter Notebook

  2. visiosoil-app visiosoil-app Public

    Mobile app built with Flutter and Dart, integrating Machine Learning and Computer Vision for real-time soil texture classification

    C++

  3. sb100_agents sb100_agents Public

    RAG-based agricultural Q&A system using FastAPI, Qdrant vector database, and Ollama LLM for semantic document retrieval and response generation from PDF knowledge bases.

    Python