Skip to content
Snippets Groups Projects
Commit 8b9d04d7 authored by Nicolas Barthes's avatar Nicolas Barthes
Browse files

updated README.md

parent e4b947d5
No related branches found
No related tags found
No related merge requests found
......@@ -15,10 +15,10 @@ The process includes:
If one wants to use data stored in a SQL database, the config file is in the config/ folder.
## Installation
This package is written in python. You can clone the repository: git clone https://src.koda.cnrs.fr/nicolas.barthes.5/nirs_workflow.git
This package is written in python. You can clone the repository: git clone https://src.koda.cnrs.fr/CEFE/PACE/nirs_workflow.git
Then install the requirements: pip install -r requirements.txt
To use Locally weighted PLS Regression for creation model, you will need to install Jchemo.jl (https://github.com/mlesnoff/Jchemo.jl), a Julia package.
(OPTIONNAL) To use Locally weighted PLS Regression for creation model, you will need to install Jchemo.jl (https://github.com/mlesnoff/Jchemo.jl), a Julia package.
From the CLI: python
> '>>> import julia
'>>> julia.install()
......@@ -28,9 +28,9 @@ From the CLI: python
To check if Jchemo is installed without errors:
> '>>> Pkg.status()
You can then run: streamlit run ./app.py from the CLI.
You can then run (CLI): streamlit run ./app.py from within your folder.
The app will then open in your default browser.
The app will open in your default browser.
## Usage
The web app allows you to process sample selection, model creation and predictions.
......
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