Instant Hue is an app for studying color and for generating color templates from image uploads
It will:
- Analyze your photos for its dominant colors.
- Match the photo to its closest color harmony type.
- Show color palettes in other color schemes for further inspiration.
It allows:
- Jpg uploads by url and file upload.
- Categorization into groups.
- Viewing by categories.
- Sorting by Hue, time uploaded.
- Filtering by color.
- Copying of Hex color codes by clicking on the circular palette.
Color harmony types include analogous, complementary, double-split-complementary, rectangle, split-complementary, tetradic, and triadic. These are ranked from closest to furthest in similarity to the original colors of the image upload
Copying the hex color code
You can find the deployed app here.
-
Install npm modules
-
Initialize database
npm install npm@latest -g
sudo service postgresql start
createdb instant_color
psql -d instant_color -f init_tables.sql
psql -d instant_color -f seed.sql
npm start
- Deployment with S3 image upload after migrating to mvc framework
- Resize of images before upload to s3
- Removal of files from s3 on deletion
See the open issues for a full list of proposed features (and known issues).
Jia En - @ennnm_ - jiaen.1sc4@gmail.com


