Skip to content

Tailor your resumes based on job descriptions and generate cover letters. 2nd project on my langchain experiment series.

Notifications You must be signed in to change notification settings

MbuguaGeorge/resume-tailor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Resume Tailor

Leverage generative AI technologies to streamline the resume customization process. Users can upload their resume and a job description, and our system generates a tailored resume that closely matches the job requirements. Additionally, the app optimizes resumes for Applicant Tracking Systems (ATS) to enhance visibility and increase the likelihood of passing automated screening. Crafting personalized resumes has never been easier."

Installation

  1. Clone the repository:

  2. Create and activate a virtual environment:

    # For Unix/macOS
    python3 -m venv venv
    source venv/bin/activate
    
    # For Windows
    python -m venv venv
    venv\Scripts\activate
  3. Install the required dependencies:

    pip install -r requirements.txt
  4. Create a .env file and place your gemini Google api key

Running the Application

  1. Run the development server:

    streamlit run app.py
  2. Access the application in your web browser at http://localhost:8501/

About

Tailor your resumes based on job descriptions and generate cover letters. 2nd project on my langchain experiment series.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages