This dataset is of casting manufacturing product.
Please refer to the dataset from:- https://www.kaggle.com/datasets/ravirajsinh45/real-life-industrial-dataset-of-casting-product
# install tensorflow
!pip install tensorflow
# install streamlit
!pip install streamlit
# for nav-bar
!pip install streamlit-option-menu
%%writefile app.py
# write the code here
# we've used local tunnel to make your local server accessible to internet.
!streamlit run app.py & npx localtunnel --port 8501