Skip to content

databeli/databricks_free_edition_hackathon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VidMind

🏆 1st Place Winner – Databricks Global Hackathon

This project is an end-to-end Data & AI solution built entirely on Databricks Free Edition that automates YouTube content creation, publishing, discovery, and analytics using modern AI, LLMs, and Lakehouse architecture.

The solution was designed for a technical content creator (DataTuber) use case and demonstrates how multiple Databricks services can be combined into a single production-grade workflow.


🚀 Key Capabilities

1. Automated Video Publishing

  • Upload video via a Databricks Streamlit Web App
  • Convert video → audio (MoviePy)
  • Generate transcript with timestamps (OpenAI Whisper – offline)
  • Auto-generate:
    • YouTube Title
    • Description with chapters
    • SEO Tags
    • Thumbnail image (OpenAI Image Model)
  • Automatically upload video to YouTube
  • Send email notification to creator after upload

2. AI-Powered Knowledge Exploration (RAG)

  • Transcript is:
    • Chunked with timestamps
    • Stored in Delta tables
    • Embedded using Databricks Foundation Models
  • Embeddings stored in Databricks Vector Search
  • Users can ask natural language questions
  • System returns:
    • Summarized answer
    • Direct YouTube link with exact timestamp
  • Implements Retrieval Augmented Generation (RAG) architecture

3. Business Analytics & Insights

  • Fetch YouTube metrics using YouTube APIs:
    • Views, likes, comments
  • Perform sentiment analysis on comments using Databricks SQL AI functions
  • Store structured data in Delta tables
  • Interactive:
    • Databricks Dashboards
    • AI/BI Genie Workspace for natural language analytics
  • Business users can query performance without writing SQL

🧱 Architecture Overview

Personas Supported

  1. Media Creator – Uploads videos and receives automated publishing
  2. Knowledge Explorer – Searches content via AI-powered Q&A
  3. Business Owner – Analyzes channel performance via dashboards

Core Technologies

  • Databricks Free Edition
  • Delta Lake
  • Databricks Jobs
  • Databricks Vector Search
  • Databricks Foundation Models
  • Streamlit (Databricks App)
  • OpenAI Whisper (offline)
  • OpenAI Image Generation
  • YouTube Data APIs
  • Retrieval Augmented Generation (RAG)

About

No description, website, or topics provided.

Resources

Stars

2 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages