Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 590 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 590 Bytes

Extract all colors from any image

Supported sources

  • URL ✅
  • Image upload ❌ (coming soon)

Supported extensions

  • jpg
  • png

Structure

  • client - React application in Javascript
  • server - NodeJS express server application
    • server/colors - Python scripts for color extracting

Pre-requisites

  • Installed virtualenv for starting the python scripts in a virtual environment

Usage

  • Clone repo
  • Run npm run start from the root to start the server and the client simultaneously
  • Alternatively, cd client && yarn start and cd server && npm run start