This project is a full-stack web application that analyzes GitHub profiles and produces a recruiter-style, explainable GitHub Portfolio Score with red flags, recruiter insights, and improvement roadmaps.
- Backend: FastAPI (Python 3.11+), PyGithub, Radon, Pydantic, async + OpenRouter integration
- Frontend: Next.js (App Router), TypeScript, TailwindCSS, Recharts
backend/– FastAPI app, routers, scoring engine, LLM wrappers, GitHub servicesfrontend/– Next.js app, API client, dashboard UI and charts
Instructions for running backend and frontend will be added as implementation progresses.