Topic Analysis of Kendrick Lamar's Music and Lyrics

This project delves into Kendrick Lamar’s decade-long musical career, specifically analyzing the themes and topics prevalent in his music and lyrics. The primary methodology employed for this exploration is Non-Negative Matrix Factorization (NMF). The aim is to gain insights into the evolution of Kendrick Lamar’s artistic expression over the span of his albums. Analysis Topic Extraction NMF is applied to uncover latent topics present in Kendrick Lamar’s lyrics. These topics represent recurring themes and subjects in his music....

1 min · 118 words · Me

VTOP Course Registration Scraper

VTOP Course Registration Scraper is a Python script designed to scrape course registration information from the university website and save it into a CSV file. This extracted data can then be used for further integration with timetable creation software. Usage pip install -r requirements.txt Enter the required values in the config dictionary and add course codes of the required courses in the courses list Leaving the list empty will scrape all courses visible to you (BEWARE, YOU CAN GET SOFTLOCKED OUT FOR 15 MINUTES IF YOU DO THIS) python scrape....

1 min · 101 words · Me

VTOP Renamer

vtop-renamer, a Python executable designed to streamline the process of renaming lecture notes from your university. This tool transforms file names into a more readable format, ensuring chronological order for efficient organization. Features Chronological Renaming: Automatically renames lecture notes to maintain chronological order, providing a structured and organized file system. User-Friendly UI: The graphical user interface (GUI) is built using Tkinter, offering a simple and intuitive experience for users to interact with the application....

1 min · 166 words · Me