The purpose of this project is to segment images by color intervals.
Under Construction...
To run this project local it is necessary to enable CORS requests.
-
Install http-server
$ sudo npm install http-server
-
Run http-server
$ http-server path/to/app -p PORT
This command will return a URL
-
Access the project via browser
URL/index
- Fork it ( https://github.com/felipegruoso/color-segmentation/fork )
- Create your feature branch (git checkout -b my-new-feature)
- Commit your changes (git commit -am 'Add some feature')
- Push to the branch (git push origin my-new-feature)
- Create a new Pull Request
MIT License.