Skip to content

ThomasHoooo/ResumeOptimizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ResumeOptimizer

ResumeOptimizer is an automated LLM tool that aims to help job seekers tailor their resume according a job description.

Development steps

  1. Create a virtual environment using the following command:

    python3 -m venv venv
  2. Enter the virtual environment using:

    • For mac users, enter this code using terminal at your root directory:

      source env/bin/activate
    • For windows users, open Command Prompt and enter:

      venv\Scripts\activate.bat
  3. Install the necessary packages using pip3 install -r requirements.txt

  4. Create a .env file at the root directory and key in your OPENAI_API_KEY

  5. Start the application using streamlit run app.py

About

Automatically optimize your resume using LLM here!

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages