HET Crack Evaluator is a Python-based tool designed to evaluate cracks using the HET (Hydraulic Evaluation Technique) methodology. It provides a simple interface for data analysis, statistics, and visualization.
- Crack evaluation logic
- Database integration
- Statistical analysis
- Web interface (app.py)
app.py: Main application entry pointdatabase.py: Database logic and managementstatistics_logic.py: Statistical analysis functionsassets/style.css: Stylesheet for the web interface
- Ensure you have Python 3.10+ installed.
- Install dependencies using uv:
uv sync
Run the main application:
streamlit run app.pyMIT