A (micro)plastic spectroscopy analysis tool - mPSAT
The backend of this program is available at mPSAT-backend.
- Download prebuilt binary file from Release.
- Downlaod
.onnx
models. - Open program and set correct path to
.onnx
modles. - click
+
atpreprocess
tab to add spectra, note the spectra must have TWO columns, which are wavenumbers and intensities, you can find an example file atexamples/PU.csv
. - Switch to Match tab and set your parameters, especially select the correct model you want to use, than click Match.
- The predicted classes as well as probabilities will show at the right of graph now.
If you meet any problems, you can open an issue and we will try to fix it.
- Check the
build.py
to find how to build from source. - Refer to Nuitka to customize the build options.
- Add reference spectra to compare the result of identification
- Add screenshot to identify polymer with no raw data
Developer: zhengGroup@LZU
Apache License, more info here