Skip to content

DKreuter/pyLife-PragTic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pyLife-PragTic

pyLife WS @ Prague, 14-15th of December 2023

Preperation

Install miniconda or anaconda

Install miniconda or anaconda on your computer. See the instructions on the pages how to do that.

Clone the repo

To use all notebooks and apps, please clone the repo. As an alternative, you can download the *.zip file directly.

Your python environment

  1. Go to the working directory
  2. Open a cli prompt
  3. create a new conda env:
    conda env create -p ./.env --file environment.yaml --force
  4. activate the env:
    conda activate ./.env
  5. start the streamlit app
    cd use_cases/damage_calc
    streamlit run streamlit_damage_calc.py  

About

pyLife WS @ Prague, 14-15th of December 2023

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published