Git Product home page Git Product logo

color-pic's Introduction

Color Pic

The Color Pic application uses image recognition to predict what the dominant colors are in a given picture. The colors are then used to generate a suggested color palette with colors that work well together. This works in a semi-random way, so hit regenerate to see a different color set each time.

User Story:

  • User can upload a picture url, capture the main colors, and generate a selected color palette
  • User can adjust colors
  • User can save palettes for future reference
  • User can create a new user profile and login

Screenshots Screenshots Screenshots Screenshots

How it works

The Color Pic application uses image recognition from Clarifai to predict what the dominant colors are in a given picture. The colors are then sent to Colormind to generate a suggested color palette, it searches for colors that work well together. The palettes are generated in a semi-random way. The app also uses React Color for color adjustments.

Technology

React, Redux, Semantic UI, Axios, JWTs, Node.js, Express, MongoDB

API Info

Running locally

  • Install dependencies for server ==> npm install
  • Install dependencies for client ==> npm run client-install
  • Run the client & server with concurrently ==> npm run dev
  • Run the Express server only ==> npm run server
  • Run the React client only ==> npm run client
  • Server runs on http://localhost:5000 and client on http://localhost:3000

Requirements

Add mongoURI and jwtSecret to keys.js in config folder
Clarifai developer key required in client/src folder Developer Guide

color-pic's People

Contributors

fulin426 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

color-pic's Issues

Update Landing Page with My Palettes screenshot

The user engagement is good for generating colors palettes, which is a success, but as of now no new users are signing up for the app. If I showed an example of what saving the color palettes would look like I could encourage more users to sign up.

Dropdown for delete/edit modals

Right now the edit and delete modals are icons next to the title. It causes some crowding and doesn't look appealing.
Screen Shot 2019-04-27 at 3 45 55 PM (2)

It would be much cleaner if I can use a ellipse dropdown of some sort

Account for varying image heights in CSS

Update CSS so image layout is more inline. Right now it looks like this.
Screen Shot 2019-04-27 at 3 38 08 PM (2)

I would like to layout the CSS kind of how Unsplash has it.
Screen Shot 2019-04-27 at 3 42 48 PM (2)

Update landing page with an example. Hopefully, encourage more people to sign up for the app.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.