awacke1 commited on
Commit
6c9dfcc
Β·
verified Β·
1 Parent(s): b6670a4

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +64 -0
README.md ADDED
@@ -0,0 +1,64 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ title: TransformersDiffusersNDatasets
3
+ emoji: 🏒
4
+ colorFrom: gray
5
+ colorTo: green
6
+ sdk: streamlit
7
+ sdk_version: 1.43.0
8
+ app_file: app.py
9
+ pinned: false
10
+ license: mit
11
+ short_description: 🌳 AI Knowledge Tree Builder πŸ“ˆπŸŒΏ
12
+ ---
13
+
14
+ # 🌳 AI Knowledge Tree Builder πŸ“ˆπŸŒΏ
15
+
16
+ ## 🌟 Overview
17
+ The **AI Knowledge Tree Builder** is a Streamlit app designed to cultivate and visualize hierarchical knowledge structures. It supports growing trees with new nodes, linking them to real-time social networks or search engines, and building AI models from CSV uploadsβ€”all visualized with Mermaid graphs and tied to cutting-edge research.
18
+
19
+ ## πŸš€ Features
20
+ - 🌱 **Tree Growth**: Add nodes (e.g., "Feature Engineering" under "ML Engineering") to extend trees dynamically.
21
+ - **How-to**: Enter a new node name and parent node, click "Grow Tree" β†’ Tree updates instantly!
22
+ - πŸ–ΌοΈ **Mermaid Visualizations**: Render trees as clickable graphs with sanitized text (no invalid characters like parentheses).
23
+ - **Tip**: Click nodes to explore via your chosen search agent (e.g., X for current events).
24
+ - πŸ“± **Node Linking**: Connect nodes to high-resolution social networks (default: X) or choose from six agents: ArXiv, Google, YouTube, Bing, TruthSocial, X.
25
+ - **Tweet**: "Stay current with AI Knowledge Tree Builder! 🌳 Nodes link to X by default for real-time insights. #KnowledgeGraph #AI"
26
+ - 🌳 **Base Trees**: Start with "Health" or "ML Engineering" (default) as foundational knowledge structures.
27
+ - 🌱 **Project Seeds**: Choose your project type to seed the tree:
28
+ - **Code Project**: Root nodes: `app.py`, `requirements.txt`, `README.md`.
29
+ - **Papers Project**: Root nodes: `markdown`, `mermaid`, `huggingface.co`.
30
+ - **AI Project**: Three variations:
31
+ 1. **Streamlit, Torch, Transformers**: Upload a CSV, train a minimal ML model, and demo it.
32
+ - **How-to**: Upload CSV β†’ Select features & target β†’ Train β†’ Download `app.py`, `requirements.txt`, `README.md`.
33
+ - **Tweet**: "Build an AI model in minutes! 🌳 Upload a CSV, train with Torch, and deploy with Streamlit. #MachineLearning #AI"
34
+ 2. **DistillKit, MergeKit, Spectrum**: Seeds for distillation model building.
35
+ 3. **Transformers, Diffusers, Datasets**: Seeds for advanced AI projects.
36
+ - πŸ“š **Research Links**: Root node ties to [Hugging Face Profile](https://huggingface.co/awacke1), [TeachingCV](https://huggingface.co/spaces/awacke1/TeachingCV), [DeepResearchEvaluator](https://huggingface.co/spaces/awacke1/DeepResearchEvaluator).
37
+ - πŸ“ **Export**: Save trees as Markdown with outlines and Mermaid code.
38
+ - **Tweet**: "Export your knowledge tree as Markdown! 🌳 Outline + Mermaid graph ready for Git or docs. #AI #Visualization"
39
+
40
+ ## πŸ“‹ Structure
41
+ - **Base Trees**:
42
+ - **ML Engineering (Default)** 🌐
43
+ - Data Preparation β†’ Load Data πŸ“Š, Preprocess Data πŸ› οΈ
44
+ - Model Building β†’ Train Model πŸ€–, Evaluate Model πŸ“ˆ
45
+ - Deployment β†’ Deploy Model πŸš€
46
+ - **Health** 🌿
47
+ - Physical Health β†’ Exercise πŸ‹οΈ, Nutrition 🍎
48
+ - Mental Health β†’ Meditation 🧘, Therapy πŸ›‹οΈ
49
+ - **Project Seeds**:
50
+ - Code Project: `app.py` 🐍 β†’ `requirements.txt` πŸ“¦ β†’ `README.md` πŸ“„
51
+ - Papers Project: `markdown` πŸ“ β†’ `mermaid` πŸ–ΌοΈ β†’ `huggingface.co` πŸ€—
52
+ - AI Project:
53
+ - Streamlit 🌐 β†’ Torch πŸ”₯ β†’ Transformers πŸ€–
54
+ - DistillKit πŸ§ͺ β†’ MergeKit πŸ”„ β†’ Spectrum πŸ“Š
55
+ - Transformers πŸ€– β†’ Diffusers 🎨 β†’ Datasets πŸ“Š
56
+
57
+ ## πŸŽ‰ Announcement Tweet
58
+ πŸš€ Meet the **AI Knowledge Tree Builder**! 🌳 Grow trees 🌱, link nodes to X πŸ“± for current events, build AI models from CSVs πŸ€–, and visualize with Mermaid πŸ–ΌοΈ. Start with ML Engineering or Health, export to Markdown, and dive into research! Try it: [link] #AI #MachineLearning #KnowledgeGraph
59
+
60
+ ## πŸ› οΈ How to Run
61
+ 1. Clone the repo: `git clone [repo-link]`
62
+ 2. Install dependencies: `pip install -r requirements.txt`
63
+ 3. Launch the app: `streamlit run app.py`
64
+ 4. Select a project type, grow your tree, and explore!