Skip to content
Snippets Groups Projects
Commit 640e258c authored by DIANE Abderrahim's avatar DIANE Abderrahim
Browse files

readme file update

parent 59e55d5c
No related branches found
No related tags found
No related merge requests found
......@@ -4,11 +4,11 @@
This package aims to provide a workflow for users who want to perform chemical analyses and predict characteristics using the NIRS technique.
The process includes:
- sample selection - you can upload all your NIRS spectra and it'll help to select the samples to analyse chemically.
- sample selection - you can upload all your NIRS spectra and it'll help select the samples to analyse chemically.
- model creation - PLS regression is used to create prediction models with spectra and related chemical analysis.
More algorythms had been added like LWPLR from Jchemo (https://github.com/mlesnoff/Jchemo.jl), PLSR with wavelength selection, etc.
More algorithms had been added like LWPLR from Jchemo (https://github.com/mlesnoff/Jchemo.jl), PLSR with wavelength selection, etc.
- predictions - the models are used to predict chemical values for unknown samples. We provide information for confidence in the predicted values depending on the samples and the model used.
......@@ -39,6 +39,8 @@ You can then run (CLI): streamlit run ./app.py from within your src/ folder.
The app will open in your default browser.
Ensure you run the app in a browser that is compatible with WebGL (Web Graphics Library).
_If you encounter an "import pyodbcImportError: libodbc.so.2" error on linux OS, please, install __unixodbc__ with apt install unixodbc from the CLI._
## Usage
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment