CPT to soil type is a machine learning tool to predict the soiltype from the cone penetration test (CPT) data.
The code is developed for use in the applied machine learning course at the Norwegian Geotechnical Institute (NGI): https://www.ngi.no/
-
Clone the repository:
git clone <repo url> cd CPT-to-soiltype
-
Install dependencies:
poetry install
-
Activate the virtual environment:
poetry shell
python train.pyUse hydra configuration options with train.py to specify the model and training parameters. For example, to train a model with a KNN classifier, run:
python train.py model=knnSee options with:
python train.py --helpstreamlit run Main.pyFor any questions or suggestions, please open an issue or contact us at [email protected].