Skip to content

elliay/colorAnalyzer

Repository files navigation

This application allows users to gather and learn about the colors from the world around them. Users upload an image that they want to analyze, and the application returns the image with bounding boxes drawn where the dominant colors are located, along with the rgb values of these dominant colors so that the user can learn more about the colors.

Sources: This video was really helpful for me to get started and learn how to use the API: https://www.youtube.com/watch?v=ddWRX2Y71RU Based on the starter code from that video, I wrote the rest of the code with some help from ChatGPT for the parts I didn't know how to do on my own, like the KMeans clustering and the OpenCV stuff. I first wrote the color-detection.py file to make sure that my image-processing code worked, and then I later used that code in my server.py when I wrote the frontend and backend parts of the application.

Video Demo: https://youtu.be/9uZF3zb1I90

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published