Project ideas from Hacker News discussions.

Show HN: YouTube Guitar Tab Parser

📝 Discussion Summary (Click to expand)

1. Demand for a free, easy way to learn guitar tabs from videos

Users repeatedly say they want to avoid paying for transcribers and simply “learn something new and discard it.”

  • “I’ve actually been looking for something like this for so long… this is a great idea!” – kiaansaraiya
  • “I simply want to learn something new and discard it… I’m using it only for learning guitar (i’m a beginner).” – neogenix

2. Ethical criticism of the project as “theft”

Several commenters label the service unethical, arguing that creators of tabs deserve compensation.

  • “You don’t deserve your guitar if you steal tabs from working musicians.” – Diogenesian
  • “These people worked very hard on these tabs and don’t make much money.” – Diogenesian

3. Technical concerns and implementation doubts

The discussion questions how the approach handles moving tab bars and whether computer‑vision alternatives are cheaper.

  • “I’m curious how it works for videos that contain moving tab (as in, the playhead stays in the center while the tab moves behind it). Seems like that sort of tab wouldn’t work with this approach…?” – adrianh
  • “Isn’t just using good old computer vision much cheaper?” – worldsavior

🚀 Project Ideas

Generating project ideas…

TabScraper Chrome Extension

Summary

  • Extract on‑screen guitar tabs from YouTube videos and generate printable PDF/ASCII tabs for personal use.
  • Eliminates need for paid tab services while staying within fair‑use limits.

Details

Key Value
Target Audience Guitar learners who watch tutorial videos and want free, printable tabs
Core Feature Real‑time tab extraction from video frames and export to PDF
Tech Stack Chrome Extension (Manifest V3), TensorFlow.js for vision, HTML5 Canvas, PDFMake
Difficulty Medium
Monetization Revenue-ready: Free with optional $2/mo Pro for batch processing

Notes

  • Directly addresses kiaansaraiya’s request for a free way to learn songs from videos.
  • Appeals to neogenix’s desire for printable tabs that speed learning.
  • Could be open‑sourced to avoid ethical criticism while offering a practical utility.

GuitarTabify AI

Summary

  • Web platform that uses computer vision to parse tutorial videos and output chord charts/tabs for personal study.
  • Provides a community‑driven library of tabs generated from user‑uploaded videos.

Details

Key Value
Target Audience Beginner guitarists who prefer watching videos and need quick tab generation
Core Feature AI‑powered tab extraction with optional crowd‑sourced verification
Tech Stack Flask backend, React front‑end, OpenCV.js, Stable Diffusion for layout rendering
Difficulty High
Monetization Revenue-ready: Freemium – free basic tabs, $5/month for advanced features

Notes

  • Mirrors world‑savior’s point that computer vision can be cheaper than paid PDFs.
  • Satisfies the community’s wish for a legal, ethical tool that respects creators while offering free access.

MovableTab Player

Summary

  • Desktop application that syncs a “moving tab” interface to YouTube videos, keeping the playhead centered while tabs scroll behind it.
  • Exports static tab sheets for offline practice.

Details

Key Value
Target Audience Guitarists who watch tutorials with moving tab overlays and want a dedicated player
Core Feature Real‑time synchronization of tab movement with video; export to PDF
Tech Stack Electron, Electron‑FFmpeg, WebGL for tab rendering, SQLite for saved libraries
Difficulty Medium
Monetization Hobby

Notes

  • Directly answers Adrianh’s concern about videos with moving tab bars.
  • Provides practical utility that could spark discussion among HN users about alternative tab presentation.

Read Later