Internship at Lennar

Applied-AI engineering at Lennar Corporation, using LLMs/VLMs to interpret messy construction communications and site imagery, and turn them into structured, searchable project data.

Applied AI Engineer Intern · June – August 2025

OverviewRole & scope

Tech stack
Python · FastAPI · OpenAI APIs · FAISS · LangChain
Timeline
June 2025 – August 2025
Role
Applied AI Engineer Intern

What I built

Problem statement

Project 1Issue detect & extract

Input

Site communications

A single target message, supported by previous messages and external data pulled from the existing database.

Output

Issue + evaluation report

The extracted issue plus an evaluation report — produced through data preprocessing, classification & clustering, extraction, and enrichment.

Sample extracted QC issue output
Sample output: a raw site message resolved into a structured QC issue record.

Project 2Natural-language image search

Input: parsed images plus a user query. Output: the top-k most relevant images — searchable in plain language, no manual tagging required.

Module

Image parser

Extracts visual features and metadata from site images.

Module

Document-image parser

Analyzes construction documents, QC reports, and forms.

Module

Search engine

Resolves natural-language queries to the most relevant images.

Image search demo on synthetic construction data
Demo on synthetic data — a natural-language query returning ranked site images.