Skip to content

App to gives the name of the color closest to the primary color in a picture from a color palette

Notifications You must be signed in to change notification settings

miomaeshima/Colorme-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How to start the backend server

  1. Open the terminal
  1. Enter the code below to activate environment.
env\Scripts\activate

or if you have a problem due to security restriction on Windows, try the following code first,

powershell -ExecutionPolicy RemoteSigned

then

env\Scripts\activate
  1. Enter
python app.py
  1. If the front-end server is up and running, you can get the color name.

About

App to gives the name of the color closest to the primary color in a picture from a color palette

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published