AI-powered sponsorship matching for YouTube Shorts. Connects Shopify businesses with creators automatically.
🏆 Hack the North 2025 Finalist
- Matches products to videos using AI embeddings
- Businesses swipe through creator content (Tinder-style)
- Auto-generates product sets based on video aesthetics
- Updates video descriptions with sponsor links automatically
Backend: Python, Shopify API, YouTube API, Pinecone, Supabase
Frontend: Next.js
AI: Cohere embeddings, Gemini video analysis, Nano Banana
- Analyze YouTube Shorts (transcription + visuals)
- Query vector DB for matching products
- Business accepts/rejects matches
- Creator confirms → links added to video
# Backend
cd backend
pip install -r requirements.txt
python main.py# Frontend
cd frontend
npm install
npm run devAdd your API keys to .env (Shopify, YouTube, Pinecone, Cohere, Gemini).
Built at Hack the North 2025