This is a Streamlit dashboard visualising the data present in the sample csv file.
NOTE: The data is not real world. It was created using create_data.py
A screenshot of the dashboard displaying the sample data is shown below.

To run it locally, make sure you have Streamlit installed:
Do
git clone https://github.com/Hasith2005/bisca-dashboard.git
cd bisca-dashboard
streamlit run app.py
You can edit the values for virgin filament emissions and recycled filament emissions in app.py by changing the v_* and r_* variables.