- run "npm install" in terminal
- run "pip install -r requirements.txt" in terminal
Runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.
Or, you can run "npm run start:frontend-only" only for front-end; run "npm run start:backend " only for server.
The page will reload when you make changes.
You may also see any lint errors in the console.
Use the data files in example data file to test.
After successfully uploadding files, there will be a "uploads" file being created and you should see it in the director. It includes the files you used in the app.
Launches the test runner in the interactive watch mode.
See the section about running tests for more information.
Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.
The build is minified and the filenames include the hashes.
Your app is ready to be deployed!
See the section about deployment for more information.
Pick a detect mood from top left corner
Use the input file area to pick an input file. (you can see the little "+" area and there is example file for an input example.)
Click the "upload file' button, it will send to the backend server if the inpiut file is correct.
Then you can use those functioanl buttons for generating images.
For each image, you can click the export button on top right to save the image as PDF file.