Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/developaul/optimize-resume
Maximize your job opportunities by tailoring your resume to company needs based on your experiences. Get personalized recommendations and instantly optimize your CV.
https://github.com/developaul/optimize-resume
ai-resume-optimizer ats-friendly-cv career-tech-innovation intelligent-resume-analysis job-application-assistant machine-learning-for-job-search openai-powered-cv-enhancement resume-tailoring-tool
Last synced: about 2 months ago
JSON representation
Maximize your job opportunities by tailoring your resume to company needs based on your experiences. Get personalized recommendations and instantly optimize your CV.
- Host: GitHub
- URL: https://github.com/developaul/optimize-resume
- Owner: developaul
- License: mit
- Created: 2024-07-16T00:48:07.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-08-06T18:28:18.000Z (5 months ago)
- Last Synced: 2024-08-07T00:07:22.648Z (5 months ago)
- Topics: ai-resume-optimizer, ats-friendly-cv, career-tech-innovation, intelligent-resume-analysis, job-application-assistant, machine-learning-for-job-search, openai-powered-cv-enhancement, resume-tailoring-tool
- Language: TypeScript
- Homepage: https://optimize-resume.vercel.app
- Size: 975 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Optimize Resume ππ
Optimize Resume is an AI-powered platform designed to enhance your resume and increase your chances of passing Applicant Tracking Systems (ATS). Developed as part of a Vercel hackathon, this innovative solution aims to make job searches more efficient and effective.
![Optimize Resume Homepage](https://github.com/user-attachments/assets/4e029260-ee08-411d-8b2a-861628bcdb33)
## Table of Contents
1. [About the Project](#about-the-project)
2. [Features](#features)
3. [How It Works](#how-it-works)
4. [System Architecture](#system-architecture)
5. [Team](#team)
6. [Getting Started](#getting-started)
7. [Contributing](#contributing)
8. [License](#license)## About the Project π
Optimize Resume was created to address the common challenge job seekers face: getting their resumes past automated filtering systems. Our platform uses artificial intelligence to analyze job postings and your resume, suggesting improvements to make your application stand out to both ATS and human recruiters.
## Features β¨
- π€ AI-powered resume analysis
- π― Job posting compatibility check
- π Personalized optimization suggestions
- π Support for PDF resumes up to 10MB
- π₯οΈ User-friendly interface## How It Works π οΈ
1. π€ Upload your resume (PDF format, max 10MB)
2. π Provide the job posting you're interested in
3. π Our AI analyzes both your resume and the job posting
4. π‘ Receive tailored suggestions to optimize your resume
5. π Implement the changes to increase your chances of success## System Architecture ποΈ
### C4 Model Diagrams
#### System Context Diagram
```mermaid
C4Context
title System Context Diagram for Optimize ResumePerson(user, "User", "An individual optimizing their resume to pass ATS filters")
System(optimize_resume, "Optimize Resume Platform", "A platform for optimizing resumes to pass ATS filters")
System_Ext(external_service, "Jina AI Reader", "Fetches job content based on provided URL using advanced AI")
System_Ext(ai_provider, "AI Provider", "Provides AI models and services used by the platform")Rel(user, optimize_resume, "Uses", "HTTPS")
UpdateRelStyle(user, optimize_resume, $offsetX="20" $offsetY="20")
Rel(optimize_resume, external_service, "Retrieves job content from", "JSON/HTTPS")
UpdateRelStyle(optimize_resume, external_service, $offsetX="-50" $offsetY="40")
Rel(optimize_resume, ai_provider, "Utilizes AI models from", "HTTPS")
UpdateRelStyle(optimize_resume, ai_provider, $offsetY="30")
```#### Container Diagram
```mermaid
C4Container
title Container diagram for Optimize ResumePerson(user, "User", "An individual optimizing their resume to pass ATS filters")
Container_Boundary(c1, "Optimize Resume Platform") {
Container(spa, "Web Application", "TypeScript, Next.js, Vercel AI SDK", "Delivers Resume AI functionalities via the user's browser")
Container(backend_api, "Recommendation API", "TypeScript, Next.js, Vercel AI SDK", "Provides resume optimization and recommendation services via API")
}System_Ext(external_service, "Jina AI Reader", "Fetches job content based on provided URL using advanced AI")
System_Ext(ai_provider, "AI Provider", "Provides AI models and services used by the platform")Rel(user, spa, "Interacts with", "HTTPS")
UpdateRelStyle(user, spa, $offsetY="-25")
Rel(spa, backend_api, "Requests recommendations from", "JSON/HTTPS")
UpdateRelStyle(spa, backend_api, $offsetX="-80"$offsetY="40")Rel(backend_api, external_service, "Retrieves job content from", "JSON/HTTPS")
Rel(backend_api, ai_provider, "Utilizes AI models from", "HTTPS")
```## Team π₯
Our diverse team of professionals brought this project to life:
- **Paul ChΓ‘vez** - Full Stack Developer π»
- **Luis Sullca H** - Back-End Developer π§
- **Micaela Leguizamon** - UX / UI Designer π¨
- **Juan De LeΓ³n** - Front-End Developer ποΈ## Getting Started π
You will need:
- [Node.js 20+ (recommended 20.14 LTS)](https://nodejs.org/en/).
- [Git](https://git-scm.com/).1. [Clone](https://github.com/developaul/optimize-resume.git) this repository locally:
```bash
git clone [email protected]:developaul/optimize-resume.git
```2. Install dependencies:
```bash
# Install bun globally if you don't have it:
npm install -g bun# and install dependencies:
bun install
```3. Run the development server:
```bash
bun run dev
```## Contributing π€
We welcome contributions to Optimize Resume! If you have suggestions for improvements or encounter any issues, please feel free to open an issue or submit a pull request.
## License π
Optimize Resume is open-source software licensed under the MIT license.
---
Optimize Resume: Your CV, ready to conquer ATS and land your dream job! πΌβ¨