Giter VIP home page Giter VIP logo

resumeai's Introduction

resumeAI

AI-Assistant for Resume Making

Hey there! Just got a new job application that you need to build a resume for? I've got you covered with a quick and simple AI assistant for resume making.

Here's how it works:

resume/img.jpg

We'll be working with a predefined format of a resume and then employ chatGPT-4 for generating the job description and the key skills. Once everything is done, the updated resume will be saved as a pdf - neat, right?

Let's dive deeper

The tool is essentially a Python script revolving around three libraries - docx for reading and writing Microsoft Word documents, os for file and directory operations and docx2pdf for converting your new resume from .docx to .pdf.

The action happens inside a class named DocEditor, which constitutes of several methods for editing and saving your resume.

if __name__ == '__main__':
    resume = """Shivam Sharma"""
    doc = DocEditor(resume)
    doc.run("Acti")

We kick the code off by initializing our DocEditor with a resume. The run() method calls other functions for check the resume directory, separate the text in resume, edit the work experience, and then modify the skills section.

If it faces any hiccups along the way, you'll be notified by an error message indicating the part of the process that failed.

How it operates

Our AI assistant uses a predefined template of a resume in the format resume/ShivamSharmaCV.docx. It works its magic by first creating a new directory to store the edited resumes (if it doesn't already exist). Then, it neatly splits your experiences and skills from the text string using the separate_text() method.

The edit_work_experience() method slots in your work experience history into the template, while the edit_skills_section() replaces the skills segment with your updated proficiencies.

Finally, the run() method ties everything together, executing each function diligently, saving the document and converting it into a pdf.

And voila! Your comprehensive and professional resume is ready for action!

Give this AI-assistant a whirl and say goodbye to exhausting resume edits for each job application!

resumeai's People

Contributors

shivamsharma00 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.