Files
PocketFlow-Tutorial-Codebas…/docs/index.md
T

41 lines
1.2 KiB
Markdown
Raw Normal View History

2025-04-02 17:07:05 -04:00
---
layout: default
title: "Home"
nav_order: 1
---
2025-04-04 13:32:10 -04:00
# Turns Codebase into Easy Tutorial
2025-04-02 17:07:05 -04:00
2025-04-04 13:32:10 -04:00
Ever stared at a new codebase written by others feeling completely lost? This project analyzes GitHub repositories and creates beginner-friendly tutorials explaining exactly how the code works.
2025-04-02 17:07:05 -04:00
2025-04-04 13:32:10 -04:00
<p align="center">
<a href="https://github.com/The-Pocket/PocketFlow" target="_blank">
<img
2025-04-04 13:34:05 -04:00
src="https://raw.githubusercontent.com/The-Pocket/Tutorial-Codebase-Knowledge/refs/heads/main/assets/banner.png" width="800"
2025-04-04 13:32:10 -04:00
/>
</a>
</p>
2025-04-02 17:07:05 -04:00
2025-04-04 13:32:10 -04:00
Built with [Pocket Flow](https://github.com/The-Pocket/PocketFlow), a 100-line LLM framework.
2025-04-02 17:07:05 -04:00
2025-04-04 13:32:10 -04:00
## Example Result
2025-04-02 17:07:05 -04:00
2025-04-04 13:34:05 -04:00
- [AutoGen Core](./AutoGen Core/index.md)
- [Browser Use](./Browser Use/index.md)
- [Celery](./Celery/index.md)
- [Click](./Click/index.md)
- [Crawl4AI](./Crawl4AI/index.md)
- [CrewAI](./CrewAI/index.md)
- [DSPy](./DSPy/index.md)
- [FastAPI](./FastAPI/index.md)
- [Flask](./Flask/index.md)
- [LangGraph](./LangGraph/index.md)
- [LevelDB](./LevelDB/index.md)
- [MCP Python SDK](./MCP Python SDK/index.md)
- [NumPy Core](./NumPy Core/index.md)
- [OpenManus](./OpenManus/index.md)
- [Pydantic Core](./Pydantic Core/index.md)
- [Requests](./Requests/index.md)
- [SmolaAgents](./SmolaAgents/index.md)
2025-04-02 17:07:05 -04:00