The main focus for this project is ...
- Automated end to end calculation for ...
- Why is it imp?
- Related papers/ formulas
Clone the github repo.
git clone https://github.com/meetgandhi123/calculate_light_graph.git
cd calculate_light_graph
create and activate virtual env.
python3 -m venv env
source env/bin/activateInstall requirements,
pip install -r /path/to/requirements.txt
Run the app.
streamlit run main.py