.jpg)
Pfizer Advanced: AI-Powered Document Insights & Data Extraction Externship
Prototype AI-powered document intelligence with Pfizer—using OCR, LLMs, and RAG to automate real enterprise PDF workflows and build a standout portfolio project.
/* Transforming data into insights with AI at Pfizer. I'm a passionate graduate student ready to innovate. */
🟢 Open to work
Discover my work at the intersection of AI and data science, including insights from my externship at Pfizer.
.jpg)
Prototype AI-powered document intelligence with Pfizer—using OCR, LLMs, and RAG to automate real enterprise PDF workflows and build a standout portfolio project.
Built full-stack React + Django REST app with multi-filter search over 500+ recipes; implemented reverse ingredient search using spaCy NLP and PostgreSQL full-text; designed UI with Bootstrap + React hooks; deployed via Docker + Azure
Developed scikit-learn pipeline with Pandas/NumPy to classify 7 disorders across 12K records; engineered 15+ features using SHAP and PCA; reduced model size by 60%; deployed via Flask API on Docker for telehealth integration
Engineered real-time voice assistant using OpenAI GPT-4, Whisper STT, and ElevenLabs TTS; built FastAPI backend with contextual memory module retaining session history; designed modular plugin system with custom voice profiles and emotion-aware tone modulation
Transforming data into insights with AI at Pfizer. I'm a passionate graduate student ready to innovate.
I'm a graduate student at California State University Northridge, majoring in Computer Science. Currently, I’m enhancing my skills through an externship with Pfizer, where I'm focusing on AI-powered document insights and data extraction.
Externships
Pfizer Advanced: AI-Powered Document Insights & Data Extraction Externship
Pfizer
Experience
AI Automation and Data Intelligence Extern
Extern Inc. · October 2025 – Present
QA Automation Intern
5HeadGames · Jan. 2025 – Aug. 2025
Education
California State University, Northridge
Bachelor of Science in Computer Science · Class of 2024
Meta Back-End Developer Certificate
In Progress
Skills
✅ Verified by Extern · ⏱️ In progress
Prototype AI-powered document intelligence with Pfizer—using OCR, LLMs, and RAG to automate real enterprise PDF workflows and build a standout portfolio project.
During my externship with Pfizer, I developed an AI-powered document intelligence prototype. This project utilized Optical Character Recognition (OCR), Large Language Models (LLMs), and Retrieval-Augmented Generation (RAG) to automate PDF workflows, enhancing operational efficiency within the pharmaceutical industry.
.jpg)
I produced a working document pipeline: image and text preprocessing, OCR comparisons, rule-based field extraction from multi-page SDFs, and a LlamaIndex-based RAG prototype with updated embedding/API examples.
The submission explained that a large language model was trained on massive text data, generated text one token at a time by predicting probable next tokens, and produced summaries and continuations without possessing true understanding.
The module presented raw document data and scanned images. I cleaned tabular and JSON data with Pandas, standardized text (removed HTML, fixed spacing/currency/encoding), and applied denoising and blur filters to enhance images for OCR. The deliverables were Colab notebooks and a processed image.
The project processed SDF PDFs with PyMuPDF and other libraries, diagnosed missed text and malformed tables, applied regex and anchor-phrase logic to locate vendor, doc type, product, lot, part number, manufacture and expiration dates, and documented extraction issues and next steps.
I processed a scanned supplier PDF, ran Tesseract, PaddleOCR, and EasyOCR, and compared outputs. I noted layout-aware engines extracted more text and vertical words, found PaddleOCR produced the most comprehensive extracts, and recommended combining tools for edge cases.
The externship brief provided a certificate-style document. I chose a Hugging Face embedding model, used page-based chunking, implemented hybrid retrieval, and ran queries that returned extracted quality-control tests and storage-condition statements from the source.
A sample SDF document was queried for quality-control test methods. I ran three RAG configs changing top-k and threshold settings, logged retrieved chunks, best excerpts, and confidence scores, and concluded configuration C produced the clearest, most relevant answer.
Built full-stack React + Django REST app with multi-filter search over 500+ recipes; implemented reverse ingredient search using spaCy NLP and PostgreSQL full-text; designed UI with Bootstrap + React hooks; deployed via Docker + Azure
Developed scikit-learn pipeline with Pandas/NumPy to classify 7 disorders across 12K records; engineered 15+ features using SHAP and PCA; reduced model size by 60%; deployed via Flask API on Docker for telehealth integration
Engineered real-time voice assistant using OpenAI GPT-4, Whisper STT, and ElevenLabs TTS; built FastAPI backend with contextual memory module retaining session history; designed modular plugin system with custom voice profiles and emotion-aware tone modulation