Changelog:
- SpectraKeras:
- Prediction shows not only the class of material, but also its name. The name of each predicted material is taken from the file that was generated using
DataMakers
, which has to have the name:AAA_table_names.h5
. - Web-version now accepts both single and multi-file (batch).
- Fix typo that led to crash in CNN
- Fixed deprecated call in batch mode.
- Fixed a few bugs detected within converting to C with Cython
- Improved display of model used depending on framework
- Minor cleanup and typo fixes
- Updated web version for latest models
- Prediction shows not only the class of material, but also its name. The name of each predicted material is taken from the file that was generated using
- Experimental
- New experimental web version fo
SpectraKeras_CNN
that usespyscript
as backend. Not operational yet until support fortflite_runtime
is added.
- New experimental web version fo
- Utilities
DownloadExtractZip
is now available in two versions for Raman and XRD.ConvMineralListCSVtoH5
: New. Converts CSV files with lists of names of materials or the file names, that was generated usingDataMaker
.GetSpectraNames
: New. Get name of material fromh5
formatted file generated usingConvMineralListCSVtoH5
.