Add AI-generated introduction videos with Git LFS
Browse files- .gitattributes +1 -0
- app.py +34 -0
- educational_ai.mp4 +3 -0
- main_intro.mp4 +3 -0
- spatial_encoding.mp4 +3 -0
.gitattributes
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
*.mp4 filter=lfs diff=lfs merge=lfs -text
|
app.py
CHANGED
|
@@ -327,6 +327,40 @@ with gr.Blocks(title="NullAI - Knowledge Reasoning System", css=custom_css, them
|
|
| 327 |
- π **55+ Specialized Domains**: From medical to legal to programming and beyond
|
| 328 |
""")
|
| 329 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 330 |
with gr.Row():
|
| 331 |
with gr.Column(scale=2):
|
| 332 |
domain = gr.Dropdown(
|
|
|
|
| 327 |
- π **55+ Specialized Domains**: From medical to legal to programming and beyond
|
| 328 |
""")
|
| 329 |
|
| 330 |
+
# Introduction Videos
|
| 331 |
+
with gr.Tabs():
|
| 332 |
+
with gr.Tab("π¬ Introduction"):
|
| 333 |
+
gr.Video("main_intro.mp4", label="NullAI Main Features", autoplay=False, show_label=True)
|
| 334 |
+
gr.Markdown("""
|
| 335 |
+
**Main Feature Highlights:**
|
| 336 |
+
- Create specialized AIs instantly across 55+ domains
|
| 337 |
+
- Expert-verified knowledge tiles with ORCID authentication
|
| 338 |
+
- Judge System with Alpha and Beta lobes for self-checking
|
| 339 |
+
- Zero hallucination goal through systematic verification
|
| 340 |
+
""")
|
| 341 |
+
|
| 342 |
+
with gr.Tab("π Educational AI"):
|
| 343 |
+
gr.Video("educational_ai.mp4", label="Easy Creation of Educational AIs", autoplay=False, show_label=True)
|
| 344 |
+
gr.Markdown("""
|
| 345 |
+
**Educational AI Features:**
|
| 346 |
+
- Deploy domain-specific educational AI in 30 seconds
|
| 347 |
+
- 2,847+ verified educational knowledge tiles
|
| 348 |
+
- Perfect for schools, universities, and online learning platforms
|
| 349 |
+
- Customizable for any subject or grade level
|
| 350 |
+
""")
|
| 351 |
+
|
| 352 |
+
with gr.Tab("π Spatial Encoding"):
|
| 353 |
+
gr.Video("spatial_encoding.mp4", label="Multi-Dimensional Knowledge Space", autoplay=False, show_label=True)
|
| 354 |
+
gr.Markdown("""
|
| 355 |
+
**Spatial Knowledge Encoding:**
|
| 356 |
+
- Navigate knowledge in infinite dimensions
|
| 357 |
+
- Semantic relationships visualized in multi-dimensional space
|
| 358 |
+
- Automatic clustering of related concepts
|
| 359 |
+
- Revolutionary approach to knowledge representation
|
| 360 |
+
""")
|
| 361 |
+
|
| 362 |
+
gr.Markdown("---")
|
| 363 |
+
|
| 364 |
with gr.Row():
|
| 365 |
with gr.Column(scale=2):
|
| 366 |
domain = gr.Dropdown(
|
educational_ai.mp4
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:53fa74f0dccb3e31361fb65cd2008e169b2744da553243c03572903eb8222e4e
|
| 3 |
+
size 3486322
|
main_intro.mp4
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:698d7e02ff3b79821a1d8191f5c7656540249820d35feebf54a56f90022fde45
|
| 3 |
+
size 8467954
|
spatial_encoding.mp4
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:12f07c826e41f61ddcff069e83033f683d6c686294a92c7cc8abfef526a9d00f
|
| 3 |
+
size 8883652
|