beam_analysis / beam-analysis-app
sikandarciv101's picture
Create beam-analysis-app/
44edf52 verified
raw
history blame contribute delete
471 Bytes
beam-analysis-app/
β”‚
β”œβ”€β”€ app.py # Main Streamlit app code
β”œβ”€β”€ requirements.txt # List of dependencies
β”œβ”€β”€ assets/ # Folder to store logo image
β”‚ └── logo.png # ABABEEL logo image
└── utils/ # Helper functions for beam analysis
β”œβ”€β”€ __init__.py # Empty file to make utils a package
└── beam_analysis.py # Beam analysis calculations and plotting