This project analyzes job postings to identify trends and demand for AI/ML skills. It uses various NLP techniques to perform keyword classification, named entity recognition (NER), and sentiment analysis.
The dataset used for this analysis is the 1.3M LinkedIn Jobs and Skills 2024.
To install the necessary libraries, run:
pip install -r requirements.txt
You can review the various analysis steps in each notebook and execute them. Ensure to start with the a_data_preprocessing.ipynb
notebook and follow the pipeline according to the alphabetically sorted notebooks.
It could take a total of ~20 minutes to have all notebooks excute successfully