-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmetadata.json
More file actions
31 lines (31 loc) · 891 Bytes
/
metadata.json
File metadata and controls
31 lines (31 loc) · 891 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"name": "StackResume",
"slug": "stackresume",
"description": "AI-powered resume builder for software developers. Multi-agent pipeline that turns minimal input into a polished, ATS-optimised resume.",
"lead_author": "Sathvik Rao",
"license": "GPL-3.0",
"repository": "https://github.com/Sathvik-Rao/StackResume",
"docker_image": "sathvikrao/stackresume:latest",
"homepage": "http://localhost:8000",
"keywords": [
"resume-builder",
"ai",
"multi-agent",
"langgraph",
"langchain",
"fastapi",
"ats",
"cover-letter",
"pdf",
"docx"
],
"stack": {
"backend": "FastAPI",
"ai_orchestration": "LangGraph",
"database": "SQLite",
"frontend": "Vanilla HTML/CSS/JS"
},
"supported_providers": ["openai", "anthropic", "google", "ollama", "custom"],
"export_formats": ["pdf", "docx", "odt"],
"python_requires": ">=3.13"
}