Add package init
Browse files
video_intelligence/__init__.py
ADDED
|
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Video Intelligence Platform
|
| 2 |
+
# Akinator-style video search with RAG, boolean queries, and tree refinement
|