A Python-based application for visualizing and analyzing three point bending data.
File selection interface for data upload
Interactive visualization interface featuring:
- Maximum Strength detection (red point)
- Stiffness calculation (purple line)
- Interactive slope measurement (blue points)
- Yield Point tracking (green point)
- Install Anaconda or Miniconda:
- Download Miniconda (Recommended - lighter weight)
-
Clone or Download the Repository
git clone git@github.com:Elliot0122/Three-Point-Bending-Data-Visualization.git cd Three-Point-Bending-Data-Visualization -
Create and Activate Conda Environment
#for Windows users conda create --name dataviz python=3.9 #for MacOS users conda create --name dataviz python=3.13 conda activate dataviz
-
Install Packages
pip install -r requirements.txt
-
Run the Application
python main.py