Loading repository data…
Loading repository data…
TalhaBruh / repository
This is the repository for a Streamlit application that helps with job applications. This app integrates OpenAI LLMs for building tailored resume and cover letter for a Job description.
This Job Preparation Application is designed to streamline the job search and application process. It offers six distinct sections to help users manage their job search effectively.
https://github.com/dishadas168/Job-Prep/assets/44092220/e93208a9-67cb-47d3-8444-8971478db757
In the "Upload Resume" section, users can upload their resume in PDF format. The application stores the document in a MongoDB database for easy access and retrieval.
The "Search Jobs" section allows users to specify desired job roles and locations. The application utilizes a LinkedIn API to extract job descriptions, URLs, job details, and salary information. The results are displayed in a table format, and users can mark their application status with checkboxes, which are also saved to the database.
The "Generate Resume" section lets users customize their resume according to the job description. Users simply paste the job description, click submit, and receive a tailored resume in DOCX format. This document can be downloaded and edited as needed.
In the "Generate Cover Letter" section, users can create a customized cover letter based on the job description. The application generates a cover letter in DOCX format, which users can download and further customize.
In the "Applications" section, users can view the jobs they've applied for. This provides a convenient overview of their job application history.
.env.example file..env.example file..env.example file.cp .env.example .env
docker build -t job-prep .
docker run -d --env-file .env -p 8501:8501 job-prep
This project is licensed under the MIT License