{"id":49868197,"url":"https://github.com/happyhackingspace/levelup","last_synced_at":"2026-05-15T04:02:26.661Z","repository":{"id":279786606,"uuid":"939966841","full_name":"HappyHackingSpace/LevelUp","owner":"HappyHackingSpace","description":"LevelUp is an AI-powered career companion that helps professionals understand, enhance, and present their skills with clarity.","archived":false,"fork":false,"pushed_at":"2026-05-14T20:21:11.000Z","size":1155,"stargazers_count":10,"open_issues_count":18,"forks_count":5,"subscribers_count":2,"default_branch":"main","last_synced_at":"2026-05-14T20:22:43.557Z","etag":null,"topics":["career","network","professional","resume"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/HappyHackingSpace.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":null,"code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-02-27T11:58:38.000Z","updated_at":"2026-05-14T20:20:49.000Z","dependencies_parsed_at":null,"dependency_job_id":"801918b3-5296-4be1-a8bc-3fa0af8e1326","html_url":"https://github.com/HappyHackingSpace/LevelUp","commit_stats":null,"previous_names":["happyhackingspace/resumex","happyhackingspace/levelup"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/HappyHackingSpace/LevelUp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HappyHackingSpace%2FLevelUp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HappyHackingSpace%2FLevelUp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HappyHackingSpace%2FLevelUp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HappyHackingSpace%2FLevelUp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/HappyHackingSpace","download_url":"https://codeload.github.com/HappyHackingSpace/LevelUp/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HappyHackingSpace%2FLevelUp/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33053144,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-13T13:14:54.681Z","status":"online","status_checked_at":"2026-05-15T02:00:06.351Z","response_time":103,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["career","network","professional","resume"],"created_at":"2026-05-15T04:02:24.944Z","updated_at":"2026-05-15T04:02:26.650Z","avatar_url":"https://github.com/HappyHackingSpace.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# LevelUp\n\n## Description\n\nLevelUp is a professional resume analysis platform that evaluates CVs with advanced language models.\nIt provides a structured, objective, and multilingual assessment of a candidate’s experience, skills, and career potential.\nThe system delivers clear insights across multiple dimensions, helping professionals understand their current positioning and growth opportunities.\n\n## Features\n\n- **PDF CV Upload:** Users can easily upload their CVs in PDF format.\n- **Multi-Language Support:** Analysis reports available in English, German, French, Italian, Russian, Turkish, and Spanish.\n- **Language Detection:** Detects the dominant language of the CV content.\n- **Career Domain Matching:** Identifies top career domains with scores and justifications.\n- **Competency Evaluation:** Rates core and transferable skills with detailed observations.\n- **Strategic Insights:** Summarizes professional trajectory, role suitability, and potential growth areas.\n- **Development Recommendations:** Provides targeted suggestions for skill and career improvement.\n- **Missing Skills \u0026 Experience Mismatch:** Highlights weak or absent skills and misalignments.\n- **Comparative Benchmarking:** Benchmarks the profile against global professional standards.\n- **Overall Summary:** Consolidates results into total score, strengths, and improvement areas.\n- **Structured JSON Output:** Clean, parseable analysis results.\n- **User-Friendly Interface:** The interface, built with Streamlit, provides easy and intuitive use.\n\n## Installation\n\n1. Clone the repository:\n\n   ```bash\n   git clone \u003crepository-url\u003e\n   cd LevelUp\n   ```\n\n2. Install dependencies (recommended via uv or pip):\n\n   ```bash\n   # Option 1: use uv\n   uv sync\n   \n   # Option 2: use pip\n   pip install -e .[dev]\n   ```\n\n   Or with `requirements.txt` (legacy):\n\n   ```bash\n   pip install -r requirements.txt\n   ```\n\n3. Create a `.env` file in the project root and add your Gemini API key:\n\n   ```bash\n   GEMINI_API_KEY=your_gemini_api_key_here\n   ```\n\n## Usage\n\n1. Run the application:\n\n   ```bash\n   streamlit run levelup/app.py\n   ```\n\n2. Upload your CV in PDF format.\n\n3. Select your preferred language for the analysis report.\n\n4. Click \"Analyze Resume\" and wait for the comprehensive analysis.\n\n5. Review the detailed results including:\n   - Career domain fit scores\n   - Competency evaluation\n   - Strategic insights\n   - Development recommendations\n   - Overall summary with talent potential assessment\n\n## Development\n\nRun code checks before committing:\n\n```bash\nuv run ruff check .\nuv run mypy .\npytest -q\n```\n\n## Contribution\n\nYour contributions will help us make this project better. Please use GitHub issues for bug reports or feature requests.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhappyhackingspace%2Flevelup","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhappyhackingspace%2Flevelup","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhappyhackingspace%2Flevelup/lists"}