Files
crawl4ai/docs/assets/pitch.svg
2024-10-31 15:22:00 +08:00

69 lines
3.8 KiB
XML

<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 800 500">
<!-- Background -->
<rect width="800" height="500" fill="#ffffff"/>
<!-- Problem Boxes -->
<g transform="translate(50,50)">
<!-- Problem 1 Box -->
<rect x="0" y="0" width="300" height="150" rx="10" fill="#ffebee" stroke="#ef5350" stroke-width="2"/>
<text x="150" y="30" text-anchor="middle" font-family="Arial" font-weight="bold" font-size="16" fill="#d32f2f">Problem 1: Data Ownership Crisis</text>
<text x="150" y="60" text-anchor="middle" font-family="Arial" font-size="12" fill="#333">
<tspan x="150" dy="0">Scattered personal data</tspan>
<tspan x="150" dy="20">Inaccessible enterprise knowledge</tspan>
<tspan x="150" dy="20">No true data ownership</tspan>
<tspan x="150" dy="20">Tech giants control access</tspan>
</text>
<!-- Problem 2 Box -->
<rect x="0" y="200" width="300" height="150" rx="10" fill="#e8f5e9" stroke="#66bb6a" stroke-width="2"/>
<text x="150" y="230" text-anchor="middle" font-family="Arial" font-weight="bold" font-size="16" fill="#2e7d32">Problem 2: AI Training Data Crisis</text>
<text x="150" y="260" text-anchor="middle" font-family="Arial" font-size="12" fill="#333">
<tspan x="150" dy="0">Over-reliance on synthetic data</tspan>
<tspan x="150" dy="20">Limited genetic diversity</tspan>
<tspan x="150" dy="20">Shallow AI understanding</tspan>
<tspan x="150" dy="20">Data scarcity for researchers</tspan>
</text>
</g>
<!-- Arrows -->
<g transform="translate(400,125)">
<path d="M-20,0 L40,0" stroke="#666" stroke-width="2" marker-end="url(#arrowhead)"/>
<path d="M-20,200 L40,200" stroke="#666" stroke-width="2" marker-end="url(#arrowhead)"/>
</g>
<!-- Arrow Marker -->
<defs>
<marker id="arrowhead" markerWidth="10" markerHeight="7" refX="9" refY="3.5" orient="auto">
<polygon points="0 0, 10 3.5, 0 7" fill="#666"/>
</marker>
</defs>
<!-- Solution Boxes -->
<g transform="translate(450,50)">
<!-- Solution 1 Box -->
<rect x="0" y="0" width="300" height="150" rx="10" fill="#e3f2fd" stroke="#42a5f5" stroke-width="2"/>
<text x="150" y="30" text-anchor="middle" font-family="Arial" font-weight="bold" font-size="16" fill="#1565c0">Solution 1: Democratizing Ownership</text>
<text x="150" y="60" text-anchor="middle" font-family="Arial" font-size="12" fill="#333">
<tspan x="150" dy="0">Open-source extraction tools</tspan>
<tspan x="150" dy="20">Data as structured assets</tspan>
<tspan x="150" dy="20">Personal AI assistants</tspan>
<tspan x="150" dy="20">Enterprise knowledge bases</tspan>
</text>
<!-- Solution 2 Box -->
<rect x="0" y="200" width="300" height="150" rx="10" fill="#fff3e0" stroke="#ffa726" stroke-width="2"/>
<text x="150" y="230" text-anchor="middle" font-family="Arial" font-weight="bold" font-size="16" fill="#ef6c00">Solution 2: Authentic Data Access</text>
<text x="150" y="260" text-anchor="middle" font-family="Arial" font-size="12" fill="#333">
<tspan x="150" dy="0">Data marketplace</tspan>
<tspan x="150" dy="20">Willing participation</tspan>
<tspan x="150" dy="20">High-quality training data</tspan>
<tspan x="150" dy="20">Path to distributed AGI</tspan>
</text>
</g>
<!-- Future Vision Box at Bottom -->
<g transform="translate(200,420)">
<rect x="0" y="0" width="400" height="60" rx="10" fill="#f3e5f5" stroke="#ab47bc" stroke-width="2"/>
<text x="200" y="35" text-anchor="middle" font-family="Arial" font-weight="bold" font-size="16" fill="#6a1b9a">Economic Vision: Free Market of Data</text>
</g>
</svg>