Skip to content

๐Ÿ’ผ Salary Prediction App This is a mini project that predicts salaries based on years of experience using a Simple Linear Regression model. The project includes both backend (model training) and frontend (interactive web app) using Streamlit.

Notifications You must be signed in to change notification settings

Tharuniiii/Salary-prediction-using-simple-linear-regression-model

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

3 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Salary-prediction-using-simple-linear-regression-model

๐Ÿ’ผ Salary Prediction App This is a mini project that predicts salaries based on years of experience using a Simple Linear Regression model. The project includes both backend (model training) and frontend (interactive web app) using Streamlit. ๐Ÿ“– Project Description

The app takes Years of Experience as input and predicts the corresponding Salary using a trained machine learning model. It demonstrates the complete ML workflow:

Training the Linear Regression model

Saving the trained model using Pickle

Building an interactive Streamlit app for predictions

๐Ÿ› ๏ธ Tech Stack

Python

Scikit-learn

NumPy

Streamlit

Pickle

๐Ÿ“‚ Project Files

app.py โ†’ Streamlit web app

linear_regression_model.pkl โ†’ Trained ML model

README.md โ†’ Project documentation

๐Ÿ“Š Example Usage

Input: Years of Experience = 5

Output: Predicted Salary = $55,000 (example, depends on dataset)

๐Ÿ”ฎ Future Enhancements

Add more features (like education, job role, etc.)

Deploy on Streamlit Cloud for public access

Improve model accuracy with more advanced algorithms

โœจ Built as a learning project to understand Machine Learning model deployment with Streamlit.

About

๐Ÿ’ผ Salary Prediction App This is a mini project that predicts salaries based on years of experience using a Simple Linear Regression model. The project includes both backend (model training) and frontend (interactive web app) using Streamlit.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages