To install all files for this app you need enter the following line in terminal(Linux):
npm install
To build this app you need enter the following line in terminal(Linux):
npm run build
To run this app you need enter the following line in terminal(Linux):
python3 app.py
Open http://0.0.0.0:5000/ to view it in the browser.
This application published photos on http://0.0.0.0:5000/ from camera.
You can create markup on the image and save contours. This app uses react and flask.
You MUST end your work with this app with click to "clear" or "save points".
To add new contour in new color you NEED to click "add new contour" then click "yellow" or "red".
- To add point - click on canvas. (When you click on canvas, image is changing to current image)
- Clear - delete all points from an image and memory.
- Save points - save all points, that you create.
- Add new contour - to create new contour.
- Undo las action - work only for last contour.
- To add a point you need to click on canvas (left white frame).
- Yellow - to use yellow color
- Red - to use red color
