2025-09-09 18:15:04 +02:00
2025-08-27 14:30:43 +02:00
2025-08-25 21:48:03 +02:00
2025-08-27 14:30:43 +02:00
2025-08-27 14:30:43 +02:00
2025-08-25 21:48:03 +02:00
v1
2025-08-23 16:38:01 +02:00
2025-09-09 18:15:04 +02:00
2025-08-23 23:56:19 +02:00
2025-08-27 14:30:43 +02:00
2025-08-23 23:56:19 +02:00

Video Inspiration Finder

AI-powered YouTube video recommendation system that learns your preferences.

Quick Start

./setup.sh

Select option 1 for web dashboard (recommended).

Requirements

Setup

  1. Get YouTube API Key:

  2. Configure environment:

    cp .env.example .env
    # Edit .env and add your API key:
    # YOUTUBE_API_KEY=your_actual_api_key_here
    
  3. Run setup:

    ./setup.sh
    

Web Dashboard

  • Access at: http://localhost:5001
  • YouTube-like interface with AI confidence scores
  • Rate videos to train the AI model

Troubleshooting

Python not found: Use python3 instead of python

API Key Issues:

  • Ensure YouTube Data API v3 is enabled
  • Check your API key has quota remaining

Database Issues: Delete video_inspiration.db and run ./setup.sh again

Description
No description provided
Readme 54 KiB
Languages
Python 55.9%
HTML 38.3%
Shell 5.8%