Skip to content
View alexandrerays's full-sized avatar

Block or report alexandrerays

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

Hi 👋, I'm Alexandre Ray

ABOUT ME

Hello! I’m an AI Product Engineer.

I build AI products that empower businesses through artificial intelligence and entrepreneurship.

I hold a bachelor’s degree in computational physics and a master’s degree in computer engineering / computer vision, both from University of São Paulo.

PROJECTS

In the pinned repositories below, you will find selected projects from my AI engineering portfolio, including:

  • Two domain-specific RAG systems: legal-engine, focused on legal document retrieval and question answering, and medical-rag, focused on medical knowledge retrieval and grounded clinical-style responses.
  • One agentic AI system: stock-agent, an AI agent designed to analyze stock market data, reason over financial information, and support investment research workflows.
  • One speech AI web application: speech-flow-ai, a web app for audio processing and speech-to-text transcription, demonstrating applied AI for voice and language workflows.

In addition to these open-source projects, I also lead the development of two SaaS products, OncoAI Platform and NotebookMed, as well as OncoCare, a mobile app focused on the oncology patient journey.

TECH STACK

Category Technologies
Languages Python, R, Bash, TypeScript
Backend Django, FastAPI, Flask, Node.js
Machine Learning Scikit-learn, PyTorch, TensorFlow, PySpark
GenAI / LLM LangChain, LangGraph, Hugging Face, Ollama
Databases & Retrieval PostgreSQL, MySQL, MongoDB, OpenSearch, FAISS, ChromaDB
Cloud & DevOps AWS, Azure, Docker, MLflow, Airflow, Terraform
Other Git, pytest, DeepEval, RAGAS

CONTRIBUTIONS

GitHub Streak

CONTACT

LinkedIn Website Telegram

Pinned Loading

  1. legal-engine legal-engine Public

    RAG-powered legal research prototype that ingests U.S. Supreme Court opinions, builds a hierarchical chunk index with LlamaIndex and FAISS, and answers questions with grounded, cited answers via a …

    Python

  2. medical-rag medical-rag Public

    Cited RAG agent over FDA and WHO healthcare AI documentation. Answers regulatory and responsible AI questions with source citations via FastAPI, MCP server, and Gradio chat interface.

    Python

  3. stock-agent stock-agent Public

    An AI agent solution on AWS that hosts a FastAPI endpoint for querying real-time and historical stock prices, powered by LangGraph and Bedrock Claude models with Cognito authentication.

    Jupyter Notebook

  4. speech-flow-ai speech-flow-ai Public

    A modern web application that transcribes audio from YouTube videos and local files into text using AI. Built with TypeScript (Next.js) for the frontend and Python (FastAPI) for the backend.

    Python