Skip to content
View cwarre33's full-sized avatar

Highlights

  • Pro

Block or report cwarre33

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


πŸ‘‹ About Me

AI Research Analyst at Furnitureland South (the world's largest furniture store) and CS graduate from UNC Charlotte. I build AI systems that actually get usedβ€”not just demos, but production platforms handling real users and real scale.

My work spans the full stack of AI engineering: from designing AWS serverless architectures to building conversational AI with Microsoft Copilot Studio to optimizing vector search pipelines that turned a 15-second search into a sub-500ms experience.



πŸš€ Production Systems I've Built

SofaScope β€” AI Visual Search Platform

πŸ”— Live Demo

Visual similarity search across 120K+ furniture products. Upload an image β†’ get instant matches based on what it looks like, not just keywords.

The problem: Sales reps needed to find "that sofa the customer saw somewhere" in a massive catalog.

The solution: CLIP embeddings + FAISS vector search + optimized inference = magic.

Performance Impact
─────────────────────────────
Latency:     15s β†’ <500ms (30x)
Method:      Keywords β†’ Semantic
Scale:       120K+ products
Relevance:   ✨ Actually works

Technical highlights:

  • CLIP-based dual image/text embeddings
  • FAISS with optimized index structures
  • Evaluated Milvus for filtered metadata queries
  • Dockerized microservices architecture
  • FastAPI backend, React frontend

SellSmart β€” Enterprise Conversational AI

AI assistant for sales reps built on Microsoft Copilot Studio, integrated with NetSuite ERP for live vendor data, promotions, pricing, and customer history.

Deployed to production β€” used daily by the sales team.

Capabilities
─────────────────────────────
β€’ Vendor promotions lookup
β€’ Real-time pricing (w/ tariffs)
β€’ Customer sales history
β€’ Lead times & availability
β€’ NetSuite deep-linking

Technical highlights:

  • Microsoft Copilot Studio topic/flow architecture
  • Boomi API integration for live NetSuite data
  • SuiteQL queries for complex vendor lookups
  • Analytics pipeline for usage insights
  • Designed data sync automation (replaced manual CSV uploads)

AWS Transcription Pipeline β€” Serverless Architecture

Designed and prototyped an automated call transcription system for Zendesk support tickets using OpenAI Whisper on AWS.

Built local backfill tooling that processed 3-6 months of historical call recordings.

Architecture (Designed)
─────────────────────────────
API Gateway
    ↓
Lambda (Ingest)
    ↓
S3 (Temp, 7-day TTL)
    ↓
SQS Queue
    ↓
ECS Fargate (Whisper)
    ↓
Lambda (Write-back)

Technical highlights:

  • Benchmarked faster-whisper models (tiny β†’ medium) for cost/accuracy tradeoffs
  • Compared against Azure Speech Services
  • Built local Python app for Zendesk β†’ Whisper β†’ transcript attachment pipeline
  • Documented cost projections and ECS sizing recommendations

Stella Bot β€” Customer-Facing Chatbot

After-hours conversational AI on the company website. Handles FAQs, guides users through processes, and intelligently routes to human agents.

  • Knowledge base article creation for coverage gaps
  • Conversational flow design for complex tasks
  • Intent refinement and entity recognition improvements
  • QA testing with real inquiry data


βš™οΈ Tech Stack

πŸ“‹ Full Breakdown
Category Technologies
Languages Python, TypeScript, JavaScript, SQL (SuiteQL), Java
AI/ML CLIP, FAISS, Whisper, Embedding pipelines, Vector search
Backend FastAPI, Node.js, Spring, RESTful APIs
Frontend React, Next.js, HTML/CSS
Cloud & Infra AWS (Lambda, S3, SQS, ECS Fargate, API Gateway), Docker
Integrations NetSuite, Zendesk, Microsoft Copilot Studio, Boomi
Tools Git, Jira, VS Code

πŸ“Š GitHub Stats


πŸ”¬ Other Projects

Project Description
Resume & Pitch Agent AI app that optimizes resumes for specific jobs and generates pitch decks
ARC-AGI Benchmarking Testing LLM baselines on the ARC-AGI reasoning benchmark
Algo Vault Polyglot algorithm implementations (Go, TS, Python, JS, C#, C++)


🧭 What I'm Focused On

current_work = {
    "πŸ” Search & Retrieval": "Vector databases, semantic search, sub-second latency",
    "πŸ€– Conversational AI": "Enterprise chatbots that integrate with real systems",
    "☁️ Cloud Architecture": "Serverless pipelines, cost-optimized ML inference",
    "πŸ”— System Integration": "Making AI work with NetSuite, Zendesk, and legacy systems",
    "πŸ“Š AI Analytics": "Understanding how AI tools are actually being used"
}

πŸŽ“ Education & Certifications

B.S. Computer Science β€” UNC Charlotte (Dec 2026)


πŸ’¬ Let's Connect

I'm always interested in discussing AI systems that ship, search infrastructure, or interesting engineering challenges.

"The best AI is the AI that gets used."

Pinned Loading

  1. BreachDashboard BreachDashboard Public

    πŸ›‘οΈ SEC 8-K cybersecurity breach monitor β€” real-time EDGAR filings + Groq AI summaries, live on AWS

    JavaScript

  2. LegalAssistant LegalAssistant Public

    βš–οΈ Streamlit RAG app for legal document Q&A β€” FAISS + HuggingFace embeddings, Groq LLM, query rewriting & confidence scoring

    Python

  3. FInVision FInVision Public

    πŸ’° Financial data visualization project

    Python

  4. AutoTrader AutoTrader Public

    πŸ“ˆ AI paper trading bot β€” RSI + LLM news sentiment analysis β†’ Alpaca paper trade execution

    Python

  5. KaggleCompetitions KaggleCompetitions Public

    πŸ† Kaggle competition workspace β€” notebooks, models & submission pipelines per competition

    Python

  6. huggingface/transformers huggingface/transformers Public

    πŸ€— Transformers: the model-definition framework for state-of-the-art machine learning models in text, vision, audio, and multimodal models, for both inference and training.

    Python 157k 32.2k