Spaces:
Sleeping
Sleeping
A newer version of the Streamlit SDK is available: 1.57.0
metadata
title: Regression Mlops
emoji: ⚡
colorFrom: blue
colorTo: purple
sdk: streamlit
sdk_version: 1.44.1
app_file: app.py
pinned: false
license: mit
short_description: 'regression model mlops practise '
📊 Linear Regression Predictor
Welcome to the Regression Predictor app! This interactive Streamlit demo allows you to test a trained linear regression model by entering your own feature values.
🌍 Live App: Click to try it
🚀 Features
- 🔢 Accepts 12 numerical input features
- 📈 Makes predictions using a trained
LinearRegressionmodel - 📦 Model is embedded in the app and loads automatically
- 💻 Built with Streamlit, deployed on Hugging Face Spaces
🧠 Model Info
- Framework:
scikit-learn - Model type:
LinearRegression - Trained on a sample dataset for regression tasks
📁 Files
streamlit_app.py: The main UI codelinear_model.pkl: Trained regression modelrequirements.txt: List of dependencies
🛠️ How to Use
- Enter values for each of the 12 features
- Click Predict
- View the predicted result instantly!
💬 Feedback or Suggestions?
Feel free to open an issue or message me directly. I’d love to hear how you’re using this!
👩🏽💻 Created by Millicent Auma Omondi
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference