Overview
What this challenge is about.
Image Search for a DTC Furniture Retailer's App. Intermediate challenge in code. Writing production code that solves real engineering problems, earn a blockc...
The Brief
What you'll do, and what you'll demonstrate.
Prototype an image-similarity search with at least 0.70 Recall@5 on user-style photos and recommend the next A/B test.
This is not a coding exercise. It is the work a software engineer does between a Jira ticket and a merged PR. That distinction matters to every hiring manager who has seen candidates solve LeetCode problems and none who have shipped production code under real constraints.
When you finish, you will have something most graduates do not: a real-world deliverable, verified by Ewance, that you can show to a hiring manager and say "I did this. Here is the proof."
Earning criteria — what you'll demonstrate
- Use pretrained vision embeddings for a similarity-search task
- Build a small vector index and query it efficiently
- Evaluate retrieval with Recall@k
- Recommend product-experiment next steps from a working prototype
Program Fit
Where this fits in your program.
Sharpens the same skills your degree expects you to demonstrate.
Aligned coursework coming soon.
Skills
Skills you'll demonstrate.
Each one shows up on your verified credential.
- Image Embeddings
Apply image embeddings to solve real industry problems and demonstrate production-level capability.
- Vision Transformers
Apply vision transformers to solve real industry problems and demonstrate production-level capability.
- Image Search
Apply image search to solve real industry problems and demonstrate production-level capability.
- Evaluation
Apply evaluation to solve real industry problems and demonstrate production-level capability.
- Python
Write clean, efficient Python for data processing, automation, and backend services.
- Ui Prototyping
Apply ui prototyping to solve real industry problems and demonstrate production-level capability.
Careers
Career paths this challenge builds toward
Completing this challenge demonstrates skills that transfer directly to these roles:
Computer Vision Engineer
Image-embedding-based search is a portfolio-friendly CV engineering project that any consumer-AI or commerce-AI team values.
This challenge sharpens
- image-embeddings
- vision-transformers
- image-search
AI Engineer
Wrapping pretrained models + vector indices as a working demo is the AI-engineer skill that ships features in startups.
This challenge sharpens
- image-search
- ui-prototyping
- image-embeddings
AI Product Manager
Designing the A/B test off a working prototype is the AI PM's craft of turning models into measured product moves.
This challenge sharpens
- evaluation
- ui-prototyping
- image-search