Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 677 Bytes

README.md

File metadata and controls

19 lines (10 loc) · 677 Bytes

Python 3.10 Code style: black

Geotechnical Distance Field AI: GDF-AI

Experimenting on applying machine learning to geotechnical engineering problems using Geotechnical Distance Fields (GDF).

Installation

cd C:\repos\gdf_ai
conda env create -f .config\environment.yml
conda activate gdf_ai
poetry install

If the installation of all the packages is not successful and error messages are appearing, run poetry install again.