Skip to content

kt006992/UWA-MPE-Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Getting Started with Install Dependencies

  1. run "npm install" in terminal
  2. run "pip install -r requirements.txt" in terminal

npm start

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.

Data

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.

npm test

Launches the test runner in the interactive watch mode.
See the section about running tests for more information.

npm run build

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.

How to use the web app

'Step 1'

Pick a detect mood from top left corner

'Step 2'

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.)

'Step 3'

Click the "upload file' button, it will send to the backend server if the inpiut file is correct.

'Step 4'

Then you can use those functioanl buttons for generating images.

'Step 5'

For each image, you can click the export button on top right to save the image as PDF file.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published