{% extends "base.html" %} {% block title %}Analyze Catalog — Pitchkit{% endblock %} {% block content %}
{{ analyzed }} / {{ total_songs }}
songs analyzed
{{ pct }}%
{% if analyzed == 0 %}
Real BPM & Key
Detected from the audio — no manual entry needed.
Energy & Vibe
High/chill energy, danceability, brightness — auto-scored.
Lyrics Transcription
Whisper (local AI) transcribes lyrics from the audio file.
Auto-Tags
Genre, mood, and themes generated — only fills empty fields.
{% endif %}
Runs in the background — you can use Pitchkit while it works.
{% endblock %} {% block scripts %} {% endblock %}