Developed using Python 3.14.0
You do not necessarily need the provided "rgb_data.csv" file. If you simply just run the provided generate_rgb.py file using whichever name you choose to give your rgb data sheet (you can even just run the program as is and the rgb data file will appear in your project folder after you compile and run the code).
Simply compile and run the colorClustering.py file and your visual will show up!
- Just make sure that the file passed to your .read_csv() function in your colorClustering.py file match so that your model will output the proper data!
Have fun.