You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+40-2Lines changed: 40 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,12 +14,50 @@
14
14
</a>
15
15
</p>
16
16
17
-
This project crawls GitHub repositories and build a knowledge base from the code:
17
+
This is a tutorial project of [Pocket Flow](https://github.com/The-Pocket/PocketFlow), a 100-line LLM framework. It crawls GitHub repositories and build a knowledge base from the code:
18
18
19
19
-**Analyze entire codebases** to identify core abstractions and how they interact
20
20
21
21
-**Transform complex code** into beginner-friendly tutorials with clear visualizations
22
22
23
23
-**Build understanding systematically** from fundamentals to advanced concepts in logical steps
24
24
25
-
Built with [Pocket Flow](https://github.com/The-Pocket/PocketFlow), a 100-line LLM framework.
25
+
26
+
Check Out Example Tutorials for Popular GitHub Repositories:
27
+
28
+
-[AutoGen Core](./AutoGen Core/index.md) - Build AI teams that talk, think, and solve problems together like coworkers!
29
+
30
+
-[Browser Use](./Browser Use/index.md) - Let AI surf the web for you, clicking buttons and filling forms like a digital assistant!
31
+
32
+
-[Celery](./Celery/index.md) - Supercharge your app with background tasks that run while you sleep!
33
+
34
+
-[Click](./Click/index.md) - Turn Python functions into slick command-line tools with just a decorator!
35
+
36
+
-[Crawl4AI](./Crawl4AI/index.md) - Train your AI to extract exactly what matters from any website!
37
+
38
+
-[CrewAI](./CrewAI/index.md) - Assemble a dream team of AI specialists to tackle impossible problems!
39
+
40
+
-[DSPy](./DSPy/index.md) - Build LLM apps like Lego blocks that optimize themselves!
41
+
42
+
-[FastAPI](./FastAPI/index.md) - Create APIs at lightning speed with automatic docs that clients will love!
43
+
44
+
-[Flask](./Flask/index.md) - Craft web apps with minimal code that scales from prototype to production!
45
+
46
+
-[LangGraph](./LangGraph/index.md) - Design AI agents as flowcharts where each step remembers what happened before!
47
+
48
+
-[LevelDB](./LevelDB/index.md) - Store data at warp speed with Google's engine that powers blockchains!
49
+
50
+
-[MCP Python SDK](./MCP Python SDK/index.md) - Command cloud infrastructure with Python instead of clicking buttons!
51
+
52
+
-[NumPy Core](./NumPy Core/index.md) - Master the engine behind data science that makes Python as fast as C!
53
+
54
+
-[OpenManus](./OpenManus/index.md) - Program robot hands that move with human-like precision and grace!
55
+
56
+
-[Pydantic Core](./Pydantic Core/index.md) - Validate data at rocket speed with just Python type hints!
57
+
58
+
-[Requests](./Requests/index.md) - Talk to the internet in Python with code so simple it feels like cheating!
59
+
60
+
-[SmolaAgents](./SmolaAgents/index.md) - Build tiny AI agents that punch way above their weight class!
0 commit comments