regression_mlops / README.md
momondi's picture
Update README.md
a72a71a verified

A newer version of the Streamlit SDK is available: 1.57.0

Upgrade
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 LinearRegression model
  • 📦 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 code
  • linear_model.pkl: Trained regression model
  • requirements.txt: List of dependencies

🛠️ How to Use

  1. Enter values for each of the 12 features
  2. Click Predict
  3. 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