Welcome to Career Crafter, a Python-powered app deployed on Streamlit, designed to streamline your job application process. The app is live here
- 📑ATS Resume Matcher
- ❓Application Question Help
- 📝Cover Letter Help
- 💌Referral Message Help
- 🎙️Interview Prep Assistant
📑ATS Matcher - Simply upload your resume text and the job description, and our Gemini API-driven tool will provide a percentage match, highlight missing keywords, and offer a tailored profile summary. Say goodbye to guesswork.
❓Application Question Help - Upload your resume text and the job description with the question asked in the application and our tool will give you personalized response.
📝Cover Letter Help - Upload your resume text and the job description and our tool will write a cover letter for you.
💌Referral Message Help - Upload your resume text and the job description and the role you're applying for then our tool will write a short referral message for you.
🎙️Interview Prep Assistant - Prepare confidently for your next job interview by entering the job description and your resume. Our tool will generate common interview questions tailored to the job, along with suggested answers based on your resume and the job requirements. Practice your responses to key questions and feel more prepared on the big day.
- Python
- Streamlit
- Gemini API
- Clone the repository:
git clone https://github.com/sarthakmishraa/ats-matcher.git
- Install the required dependencies:
pip install -r requirements.txt
- Run the Streamlit app:
streamlit run app.py
orpython -m streamlit run app.py
- Open your browser and navigate to
http://localhost:3000
to access the app. - Upload your resume and the job description.
- View the analysis results and tailored profile summary.
Enjoy using Career Crafter to streamline your job application process!