{"id":24499930,"url":"https://github.com/luillyfe/ai-resume-coach","last_synced_at":"2025-06-10T15:32:50.162Z","repository":{"id":257522837,"uuid":"853805449","full_name":"luillyfe/ai-resume-coach","owner":"luillyfe","description":"Imagine having a seasoned tech recruiter, a sharp-eyed editor, and a Silicon Valley insider all rolled into one, ready to scrutinize your CV 24/7. That's CV AI Coach for you! We're not just another resume checker – we're your secret weapon in the cut-throat tech job market.","archived":false,"fork":false,"pushed_at":"2024-09-18T22:49:45.000Z","size":362,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-15T07:22:05.636Z","etag":null,"topics":["ai","gemini","generative-ai","llm"],"latest_commit_sha":null,"homepage":"https://cv-ai-coach.netlify.app/","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/luillyfe.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-09-07T15:32:49.000Z","updated_at":"2024-09-18T22:49:48.000Z","dependencies_parsed_at":"2024-09-17T07:39:37.360Z","dependency_job_id":null,"html_url":"https://github.com/luillyfe/ai-resume-coach","commit_stats":null,"previous_names":["luillyfe/ai-resume-coach"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luillyfe%2Fai-resume-coach","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luillyfe%2Fai-resume-coach/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luillyfe%2Fai-resume-coach/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luillyfe%2Fai-resume-coach/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/luillyfe","download_url":"https://codeload.github.com/luillyfe/ai-resume-coach/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luillyfe%2Fai-resume-coach/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259101724,"owners_count":22805329,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["ai","gemini","generative-ai","llm"],"created_at":"2025-01-21T22:16:24.171Z","updated_at":"2025-06-10T15:32:50.140Z","avatar_url":"https://github.com/luillyfe.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🚀 CV AI Coach: Your Personal Resume Guru\n\n## 🎭 The Elevator Pitch\n\nImagine having a seasoned tech recruiter, a sharp-eyed editor, and a Silicon Valley insider all rolled into one, ready to scrutinize your CV 24/7. That's CV AI Coach for you! We're not just another resume checker – we're your secret weapon in the cut-throat tech job market.\n\n## 🧠 What's Under the Hood?\n\nAt the heart of CV AI Coach lies a powerful AI brain, leveraging Google's Gemini 1.5 Pro model. Here's the secret sauce:\n\n1. **PDF Whisperer**: We speak fluent PDF. Upload your resume, and we'll extract every juicy detail.\n2. **AI Magnifying Glass**: Our Gemini-powered algorithm dissects your CV with the precision of a surgeon and the creativity of a poet.\n3. **Markdown Magician**: Feedback so beautifully formatted, you'll want to frame it. (But please don't – update your CV instead!)\n4. **PDF Alchemist**: Transform your feedback into a sleek, professional PDF report with a click.\n\n## 🛠 Tech Stack Lowdown\n\n- **Next.js**: Because we believe in living on the edge... of web technology.\n- **React**: For UI smoothness that'll make you go \"Oooh!\"\n- **Ant Design**: Our secret to looking good without trying too hard.\n- **Recharts**: For visualizing your CV insights with style.\n- **Google Gemini API**: Powering our analysis with cutting-edge language models.\n- **react-pdf**: Turning our markdown feedback into stunning PDF reports.\n\n## 🚦 Getting Started\n\n1. **Clone the repo**: `git clone https://github.com/your-username/cv-ai-coach.git`\n2. **Install dependencies**: `npm install` (or `yarn install` if you're fancy)\n3. **Set up your environment**:\n   ```\n   GEMINI_API_KEY=your_secret_key_here\n   ```\n   (You'll need a Gemini API key from Google. Don't have one? Time to make friends at Mountain View!)\n4. **Fire it up**: `npm run dev`\n5. **Upload your CV**: And watch the magic happen!\n\n## 🎨 Customization: Make It Yours\n\nWant to tweak the AI prompts? Fancy a different UI? Go wild! The code is your oyster. Just remember:\n\n- AI interactions are handled in `LLM.ts` and `LLMClient.tsx`. Adjust the prompts or integrate different AI services here.\n- UI components like `CVAnalyzer`, `CVFeedback`, and `CVInsights` are in the `components` folder. Feel free to jazz them up!\n- The `PDFGenerator` component in `PDFGenerator.tsx` controls the PDF output. Tweak it to change the look of your reports.\n\n## 🤓 For the Nerds\n\n- We're using Next.js App Router for efficient server-side rendering and API routes.\n- React hooks (`useCVStorage`) manage state and side effects.\n- TypeScript is used throughout for type safety and better developer experience.\n- Recharts library is employed for creating insightful visualizations of CV data.\n- Google's Gemini 1.5 Pro model powers our AI analysis, with custom prompts for CV feedback and data extraction.\n- The `react-pdf` library transforms our markdown feedback into polished PDF reports.\n\n## 🚧 Roadmap\n\n- [ ] Enhance CV data extraction and analysis\n- [ ] Implement user accounts for tracking CV versions\n- [ ] Integrate with job boards for tailored recommendations\n- [ ] Expand visualizations and insights in the CVInsights component\n- [ ] Add more customization options for PDF reports\n\n## 🤝 Contributing\n\nFound a bug? Have a cool idea? We're all ears! Open an issue or slide into our DMs with a pull request. Just remember, with great power comes great responsibility – use your coding superpowers wisely!\n\n## 📜 License\n\nMIT License. Because sharing is caring, and we care a lot!\n\n---\n\nRemember, a great CV opens doors. A CV that's been through CV AI Coach kicks those doors down. Happy job hunting, and may the odds be ever in your favor! 🎉\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fluillyfe%2Fai-resume-coach","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fluillyfe%2Fai-resume-coach","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fluillyfe%2Fai-resume-coach/lists"}