Employee Salary Prediction Model
This is an end-to-end Machine Learning project to predict employee salaries based on Age and Experience.
Model
The model uses Linear Regression and was trained on a dataset of employee profiles.
App
The web application is built with Streamlit and running in a Docker container.
How to Run Locally
- Clone the repo.
- Build the Docker image:
docker build -t emp-sal-app .
- Run the container:
docker run -p 8501:8501 emp-sal-app