resume tailor
1.0.0
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."
Clone the repository:
Create and activate a virtual environment:
# For Unix/macOS
python3 -m venv venv
source venv/bin/activate
# For Windows
python -m venv venv
venvScriptsactivate
Install the required dependencies:
pip install -r requirements.txt
Create a .env file and place your gemini Google api key
Run the development server:
streamlit run app.py
Access the application in your web browser at http://localhost:8501/