This is a basic streamlit dashboard demonstartaing a simple linear regression model. It allows you to input a value using a slider and outputs the model's prediction.
-Streamlit UI -Simple scikit-learn regression model -Intersctive user input
pip install -r requirements.txt
streamlit run app.py