An AI-powered tool designed to evaluate GitHub profiles for recruitment potential, providing detailed scoring, risk assessment, and actionable growth insights.
Watch the Demo on Google Drive
- Smart Scoring System: Calculates an overall "Employability Score" based on code quality, consistency, and impact.
- Recruiter Verdict: AI-generated summary (Strong Hire, Hire, Maybe, Risky) mimicking a technical recruiter's perspective.
- Risk Analysis: Identifies red flags like "Dormant Profile", "Shallow Project Depth", or "Incomplete Repositories".
- Score Simulation: Interactive "What-If" analysis showing how specific improvements (e.g., adding tests, CI/CD) boost the score.
- Visual Dashboard: Clean, responsive UI with skill breakdowns and activity charts.
- Backend: Java Spring Boot
- Frontend: React.js, Tailwind CSS
- AI Engine: Google Gemini API
- Data: GitHub REST API
- Navigate to the project root.
- Configure your API keys in
application.properties. - Run the application:
mvn spring-boot:run
- Navigate to the frontend directory:
cd frontend - Install dependencies:
npm install
- Start the development server:
npm run dev