Skip to main content

Turn Your Code Into Career Insights

Artifact Miner analyzes your Git repositories to extract skills, contributions, and project intelligence—automatically generating professional resumes and portfolios for CS students and career advisors.

Quick Start

Get up and running with Artifact Miner in minutes

1

Install Artifact Miner

Clone the repository and install dependencies using uv:
git clone https://github.com/COSC-499-W2025/capstone-project-team-1.git
cd capstone-project-team-1
uv sync
Set up your environment and run database migrations:
cp .env.example .env
uv run alembic upgrade head
2

Choose Your Interface

Artifact Miner offers three ways to analyze your projects:

CLI

Command-line interface for batch processing

TUI

Interactive terminal interface

API

RESTful API for integration
3

Analyze Your Portfolio

Upload a ZIP file containing your project repositories and let Artifact Miner extract insights:
uv run artifactminer -i projects.zip -o report.json -c no_llm
{
  "exported_at": "2026-03-05T10:30:00Z",
  "project_analyses": [
    {
      "project_name": "web-app",
      "languages": ["Python", "JavaScript"],
      "frameworks": ["React", "FastAPI"],
      "health_score": 8.5
    }
  ],
  "skills": [
    {"skill": "Python", "category": "Languages", "first_used": "2024-01-15"},
    {"skill": "React", "category": "Frameworks", "first_used": "2024-03-20"}
  ]
}
4

Generate Resume & Portfolio

Export your analyzed data into professional resume and portfolio formats ready for career applications.
Artifact Miner automatically ranks projects by health score, activity timeline, and contribution depth to highlight your best work.

Core Features

Everything you need to showcase your development journey

Portfolio Analysis

Multi-ZIP portfolio analysis with automatic Git repository discovery and intelligent project ranking

Skill Extraction

Automated skill detection from code patterns, dependencies, frameworks, and commit history

Resume Generation

Generate professional resume items with customizable representation preferences

Evidence Tracking

Track project evidence including repository quality metrics, collaboration patterns, and health scores

Ready to analyze your portfolio?

Start extracting career insights from your code repositories today with Artifact Miner’s powerful analysis platform.

Get Started Now

Build docs developers (and LLMs) love