ApplyPal is a powerful tool that leverages language models to evaluate your resume for a specific job description, ApplyPal also answers all your questions within the same context. It is designed to be easy to use and highly customizable.
- Evaluate resume for a specific job description.
- Question answering using the resume and job description as a reference.
- History, that automatically saves your previous evaluations and chats.
- Clone the repository:
git clone https://github.com/NacerKROUDIR/ApplyPal.git
- Navigate to the project directory:
cd ApplyPal
- Install the required dependencies:
pip install -r requirements.txt
To use ApplyPal, follow these steps:
- Set the
OPENAI_API_KEY
as an environment variable:export OPENAI_API_KEY=your_openai_api_key
- Run the application using Streamlit:
streamlit run main.py
Contributions are welcome! Please open an issue or submit a pull request for any improvements or bug fixes.