Project overview

This project demonstrates how personal CV data can be repurposed as a structured dataset for interactive analytics and visualization.

It shows interactive resume dashboard built in R using flexdashboard and Shiny, enabling dynamic exploration of professional experience through time-based filtering and text mining of CV content.

Aim

To design an interactive R-based CV dashboard that demonstrates

  • how structured career data can be dynamically filtered by time and
  • analysed using text-mining techniques such as word frequency and word cloud generation.
Key insights
  • Static and interactive dashboards can effectively replace traditional CV formats for exploratory data presentation.
  • Temporal filtering enables structured interpretation of career progression.
  • Text mining (word frequency analysis and word clouds) can be used to summarise thematic focus of professional experience.
  • Shiny applications allow interactive exploration and user-driven data summarisation