Installing the essential libraries and dependencies required to run the project successfully. Please follow the specified installation procedures to ensure a seamless setup.
!pip install python-docx --quiet
!pip install openai --quiet
!pip install PyPDF2 --quiet
!pip install subprocess.run --quiet
!apt-get -qq install unoconv
Run the above block of code to install all the required libraries, which will be used in resume formatting.
It will take around 1-2 minutes for its execution.