Portfolio project ideas
Recent curated lists and creator videos surfaced concrete portfolio projects: a generative-music mixer using open models, a sports-stats visualizer with live scraping and D3, and an AI-powered interview coach that analyzes spoken answers—each paired with modern stacks like React/Node and deployed demos. Those examples are being recommended as demo-ready, interview-friendly projects. (x.com) (x.com)
A recent Devpost entry called "GenreBlender" demonstrates a real-time generative-music mixer that lets users blend two genres and was posted last month. (devpost.com) Open-source music models used in these mixers include Meta’s MusicGen (AudioCraft) and DeepMind’s Lyria 3, both positioned for real-time or controllable audio generation in research and demo workflows. (facebookresearch.github.io) Hands-on tutorials and repos show sports-stat visualizers built with D3 for bespoke charts and WebSockets or live scraping for streaming updates; a published tutorial details a WebSockets+D3 real-time sports analysis dashboard. (elitedev.in) Concrete example repositories include an NBA shot-chart visualizer implemented with React, D3 and nba_api and a GitHub "sports-visualisation" topic that aggregates similar projects for reference. (reactjsexample.com) Multiple open-source and commercial interview-coach projects combine speech transcription with LLM feedback; a public GitHub "ai-interview-coach" repo advertises a React/TypeScript frontend, Node/Express backend, and Gemini integration. (github.com) Commercial platforms and other projects advertise speech analysis, thousands of practice questions, and real-time feedback as core features (examples include InterviewCoach.ai and VirtualInterview’s AI coach). (interviewcoach.ai) The dominant modern stacks shown across these demos are React frontends, Node or Python backends, Docker containers, and cloud deployment—"ai-interview-coach" README explicitly lists React/TypeScript, Node/Express, Docker, and Google Cloud. (github.com) Open-source speech-to-text (OpenAI Whisper) and published how-tos are frequently used for the audio layer of interview-coach projects, and guided classroom or tutorial content exists to reproduce full-stack builds end-to-end. (openai.com)