codeflash-internal/experiments/universe-optimize/projects.json

35 lines
1.2 KiB
JSON
Raw Normal View History

[
{
"id": "unstructured",
"repo": "Unstructured-IO/unstructured",
"language": "python",
"stars": 14400,
"description": "Open-source ETL for transforming complex documents (PDFs, HTML, Word) into structured data for LLMs",
"company": "Unstructured.io",
"domain": "data processing / ML infrastructure",
"target_contact": {
"name": "Matt Robinson",
"title": "Co-founder",
"email": "",
"linkedin": "https://linkedin.com/in/maborobinson"
},
"why_selected": "Existing customer relationship, 14k+ stars, performance-critical document processing pipelines, Python-heavy codebase with good test coverage"
},
{
"id": "pillow",
"repo": "python-pillow/Pillow",
"language": "python",
"stars": 13500,
"description": "The friendly PIL fork -- Python Imaging Library with extensive format support and image manipulation",
"company": "python-pillow (community)",
"domain": "image processing",
"target_contact": {
"name": "Andrew Murray",
"title": "Lead Maintainer",
"email": "",
"linkedin": ""
},
"why_selected": "13k+ stars, performance-critical image processing library used everywhere, Python with C extensions, active test suite, widely depended upon"
}
]