💼 Salary Prediction App
The Salary Prediction App is a simple machine learning web application built using Streamlit and Linear Regression. It predicts an employee’s salary based on their years of experience.
This project demonstrates how machine learning models can be integrated into an interactive web app for real-time predictions.
🚀 Features
Predicts salary based on years of experience
Interactive and easy-to-use Streamlit interface
Uses Linear Regression for prediction
Reads real data from a CSV file
Instant salary prediction with one click
🧠 How It Works
The app loads salary data from a CSV file (salary.csv)
A Linear Regression model is trained using experience as input
The user enters years of experience
The trained model predicts the salary
The predicted salary is displayed on the screen
🛠️ Technologies Used
Python
Streamlit
Pandas
Scikit-learn (Linear Regression)