Anuja Shukla portrait
Currently an Extern @Wayfair

🟢 Open to work

Aspiring AI Developer

I’m a Computer Engineering student passionate about AI, aiming to create impactful solutions through technology.

Work samples

Discover my work in AI, showcasing projects where I developed intelligent solutions for real-world challenges.

  • Wayfair AI Automation Externship
    Wayfair AI Automation Externship
    Wayfair logo

    Wayfair · Feb 2026 · ✅ Verified by Extern

    Wayfair AI Automation Externship

    Learn one of the most in-demand skills shaping the future of work: building AI agents. In this externship, you’ll step into the role of an AI Agent Developer and use n8n to design agents that think, plan, and act on real data — automating insights, decisions, and workflows. No coding experience required. By the end, you’ll create a live dashboard powered by your own AI agents, gaining hands-on experience that applies to any role or industry — from marketing and consulting to product management and data science.

    AI Workflow DesignWeb Scraping & Data ExtractionAI Agent DevelopmentPresentation Skills
  • Pfizer Advanced: AI-Powered Document Insights & Data Extraction Externship
    Pfizer Advanced: AI-Powered Document Insights & Data Extraction Externship
    Pfizer logo

    Pfizer · Aug 2026 · ✅ Verified by Extern

    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.

    AI & MLPythonDocument IntelligencePresentation Skills

About me

I’m a Computer Engineering student passionate about AI, aiming to create impactful solutions through technology.

Computer Engineering student with cross-disciplinary experience spanning embedded systems, digital hardware design, and AI/software development. Comfortable moving between low-level firmware and hardware description languages (C, ARM Assembly, SystemVerilog) and modern software/AI stacks (Python, LLM pipelines, full-stack web apps). Seeking a Computer Engineering, Electrical Engineering, or Software/AI Engineering role where I can apply both hardware and software problem-solving skills.

Externships

Wayfair AI Automation Externship

Wayfair

Experience

AI / Data Automation Extern — Pfizer Supply Chain Document Processing Externship (Remote)

Pfizer · Jun 2026 – Aug 2026

Undergraduate Research Assistant — Turning handwriting into digital information

University of Illinois Chicago · Jan 2026 – May 2026

AI Automation Extern — Wayfair AI Agent Engineering for Business Intelligence Externship

Wayfair · Nov 2025 – Jan 2026

Education

University of Illinois Chicago

B.S. in Computer Engineering, Minor in Mathematics · Class of 2027

Skills

CC++PythonARM AssemblySystemVerilogVerilogJavaScriptSQLGPIOTimersPWMInterruptsModelSimFPGA prototypingOscilloscope/JTAG debuggingFlaskStreamlitn8nGemini/Groq/LLM APIsLlamaIndexFAISSChromaPyMuPDFpytestGit

✅ Verified by Extern

Wayfair AI Automation Externship

Learn one of the most in-demand skills shaping the future of work: building AI agents. In this externship, you’ll step into the role of an AI Agent Developer and use n8n to design agents that think, plan, and act on real data — automating insights, decisions, and workflows. No coding experience required. By the end, you’ll create a live dashboard powered by your own AI agents, gaining hands-on experience that applies to any role or industry — from marketing and consulting to product management and data science.

AI Workflow DesignWeb Scraping & Data ExtractionAI Agent DevelopmentPresentation Skills

Overview

The work built and connected multiple AI agents in n8n to surface market trends, monitor competitors, and generate content ideas. Deliverables included agent workflows, generated moodboard images, a Market Trend Discovery workflow, a competitor evidence spreadsheet with whitespace suggestions, and a consolidated pipeline with dashboard screenshots and a presentation that highlighted findings such

Wayfair AI Automation Externship
Google Slides
Access

What I've accomplished

I produced an end-to-end Market Intelligence pipeline: generated moodboards, built a trend-discovery workflow, compiled competitor evidence with whitespace ideas, refined a content-generation agent, and delivered a live dashboard plus a Google Slides presentation.

Project breakdown

View all works

✅ Verified by Extern

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.

AI & MLPythonDocument IntelligencePresentation Skills

Overview

The externship prototyped AI-powered document intelligence workflows for enterprise PDF processing. Work combined OCR, computer vision, retrieval-augmented generation, and language models to extract and structure information from documents. Deliverables included prototypes and analysis supporting data-extraction accuracy and pipeline design.

Pfizer Advanced: AI-Powered Document Insights & Data Extraction Externship

What I've accomplished

I produced a technical explanation of how LLMs learn from large text corpora, documented the Transformer attention mechanism, and recorded model-improvement steps including additional training and human feedback.

Project breakdown

View all works

Morse Code Translator System

An embedded system that decodes Morse code in real time. I built the hardware interface and a software state machine that reads pushbutton input, classifies dot/dash timing using onboard timers, and translates it into readable characters — displayed on both a 7-segment display and a serial terminal.

CARM AssemblyGPIOtimersPWMinterrupts

Overview

An embedded system that decodes Morse code in real time. I built the hardware interface and a software state machine that reads pushbutton input, classifies dot/dash timing using onboard timers, and translates it into readable characters — displayed on both a 7-segment display and a serial terminal.

Morse Code Translator System

What I've accomplished

Integrated a PWM-controlled buzzer, RGB LED, and PIR motion sensor for real-time feedback and automatic sleep/wake power management, turning a simple decoder into a low-power, interactive embedded device.

Outcome

Successfully decoded live Morse input with reliable accuracy and demonstrated end-to-end embedded system design - from hardware wiring to firmware logic

View all works

MIPS Single-Cycle CPU Design

Designed a 32-bit single-cycle MIPS processor from scratch in SystemVerilog, building the full datapath — instruction memory, register file, ALU, and control unit — to support core instructions like lw, sw, beq, add, and slt.

SystemVerilogModelSimDigital Logic Design

Overview

Designed a 32-bit single-cycle MIPS processor from scratch in SystemVerilog, building the full datapath — instruction memory, register file, ALU, and control unit — to support core instructions like lw, sw, beq, add, and slt.

MIPS Single-Cycle CPU Design

What I've accomplished

Verified every instruction path in ModelSim through waveform analysis and custom MIPS assembly test programs, debugging control logic and timing issues until the processor executed correctly.

Outcome

Gained a from-the-ground-up understanding of how a CPU actually executes instructions - knowledge that now shapes how I think about performance and architecture in every project I build.

View all works

PawPal+ — AI-Enhanced Pet Care Scheduler

A full-stack scheduling app that generates daily pet-care task plans under time-budget and priority constraints. What makes it interesting is the AI layer: a Groq/Llama 3.3 agent that autonomously resolves scheduling conflicts through a plan → act → check loop.

PythonStreamlitGroq APIpytest

Overview

A full-stack scheduling app that generates daily pet-care task plans under time-budget and priority constraints. What makes it interesting is the AI layer: a Groq/Llama 3.3 agent that autonomously resolves scheduling conflicts through a plan → act → check loop.

PawPal+ — AI-Enhanced Pet Care Scheduler

What I've accomplished

Designed the AI agent to validate every proposed fix against deterministic business rules before applying it, with bounded retries and safe fallback — so the AI never silently breaks the schedule.

Outcome

Built and validated a 17-test automated suite plus a custom evaluation harness testing edge cases and adversarial AI outputs, achieving a 100% pass rate - and wrote a model card documenting the AI's limitations and reliability findings.

View all works

ATS Resume Analyzer

A full-stack web app that scores PDF resumes for ATS compatibility and detects likely career domains, giving job seekers actionable feedback before they submit an application.

PythonFlaskHTML/CSS/JavaScriptPyMuPDFReportLabChart.js

Overview

A full-stack web app that scores PDF resumes for ATS compatibility and detects likely career domains, giving job seekers actionable feedback before they submit an application.

ATS Resume Analyzer

What I've accomplished

Implemented weighted skill and job-description matching along with personalized resume improvement suggestions, built an interactive Chart.js dashboard, and generated downloadable PDF reports via ReportLab

Outcome

Turned an ambiguous, subjective process (resume screening) into something measurable and actionable for users.

View all works
Back to works

Research: Neural Networks for Handwritten Math Recognition

A 2-credit-hour for-credit research project introducing me to neural networks in the context of dynamic optical character recognition for mathematical writing. The research explores how neural networks recognize handwritten text and convert it into digital, typeset-ready text that can be further pro

Neural NetworksOptical Character Recognition (OCR)Machine LearningCollaborationtea

Overview

A 2-credit-hour for-credit research project introducing me to neural networks in the context of dynamic optical character recognition for mathematical writing. The research explores how neural networks recognize handwritten text and convert it into digital, typeset-ready text that can be further processed.

Research: Neural Networks for Handwritten Math Recognition

What I've accomplished

Outcome

Gained hands-on exposure to how neural networks are applied to real-world recognition problems, bridging my hardware/software background with a deeper understanding of machine learning fundamentals.

View all works