LearnCurator - I built a YouTube tutorial search engine that filters videos, ranks by AI‑analysed comments
LearnCurator is a newly developed YouTube tutorial search engine designed to filter and rank videos based on AI-analyzed comments. The platform aims to improve the quality of tutorial searches by eliminating short videos and outdated content. Users can provide feedback on tutorials, which helps enhance the ranking system further.
- ▪LearnCurator filters YouTube tutorials to provide users with high-quality content.
- ▪The search engine uses an engagement score and sentiment analysis to rank videos.
- ▪Users can rate tutorials and leave comments, which are analyzed for feedback.
Opening excerpt (first ~120 words) tap to expand
try { if(localStorage) { let currentUser = localStorage.getItem('current_user'); if (currentUser) { currentUser = JSON.parse(currentUser); if (currentUser.id === 3937194) { document.getElementById('article-show-container').classList.add('current-user-is-article-author'); } } } } catch (e) { console.error(e); } vyomanshi gohel Posted on May 18 LearnCurator - I built a YouTube tutorial search engine that filters videos, ranks by AI‑analysed comments #webdev #javascript #ai #api LearnCurator – Stop wasting time on bad YouTube tutorials I love learning from YouTube, but I kept running into the same problems: Shorts mixed into search results (too short to teach anything) Non‑English/Hindi videos (I don’t speak Tamil or Telugu) Outdated tutorials (still showing 4‑year‑old videos even if better…
Excerpt limited to ~120 words for fair-use compliance. The full article is at DEV.to (Top).