Try the website yourself and follow the tutorial below!
A React.js frontend for the PackingDensityOptimizer_Backend. Allows you to start GPU-enabled VMs, run and display 2D and 3D simulations, and download and view simulation results.
- Login with guest credentials
Username: guest
Password: Guest2018! - Goto the VMS tab (loading VM page can take up to 10 seconds) -> instance-1 -> Start

- Goto the 2D SIMS tab -> Add Manual Sim

- Click the blue add button to add powder size and count (for fast results, keep under 500 and use default precision)

- Click submit to view simulation result (can take up to 30 seconds depending on input)

- All simulation data can be seen in the Historical Tab
- You can try the 3D simulation by following steps 3 to 5 with the 3D SIMS tab (keep under 100)

If you want to use your own AWS account you have to do a couple things
You must edit AuthManager to point to your Cognito user pool.
You must edit Simulation to point to your SQS queue.
npm install
npm run
npm build