Resume tracer is an Streamlit App which helps the user to upload the resume in PDF/DOC format. After uploading, you get search bar to search for the keyword/s present in resume or not. Then if the keywords/s are present or not present it displays it to you. I have dockerised the application and deployed on AWS using EC2 instamce and Elastic IP address. I have containerised the application.
Also the application can be run using terraform, when Terraform configuration sets up a local-exec provisioner within a null_resource, allowing you to execute a local shell command when applying or updating your Terraform configuration.
Screencast.from.2023-12-24.17-19-50.webm
- python
- streamlit
- pypdf
- Install Python
- Install Pycharm CE
- Clone the repository
git clone https://github.com/anirudh-hegde/resume-tracer.git
- Move to repository directory
cd resume-tracer
- Build Docker Container
docker build -t resutracer .
- Use the container and activate the API
docker run --user=root resutracer
Congratulations! You have successfully run the application 🚀️.