An open API service indexing awesome lists of open source software.

https://github.com/codeasarjun/predict-the-salary


https://github.com/codeasarjun/predict-the-salary

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

          

# Predict-the-Salary

This project aims to predict salaries based on survey data using Python, Streamlit, and Linear Regression. The dataset used for this project is the "survey_2021.csv" obtained from Kaggle.

# 🌟 What is Streamlit?

Streamlit is an open-source Python library that makes it easy to create web applications for machine learning and data science projects. It allows developers to quickly build interactive web apps using simple Python scripts, making it an ideal choice for showcasing data analysis and machine learning models.

# 📊 Understanding Linear Regression

Linear Regression is a statistical method used to model the relationship between a dependent variable and one or more independent variables. In this project, Linear Regression is employed to predict salary based on various features such as education level, years of experience, job title, etc.

# 📊 The Dataset
The "survey_2021.csv" dataset from Kaggle contains information collected from a survey conducted in 2021. It includes features such as:

Salary

Education Level

Years of Experience

Job Title

Location

Industry

# 🚀 Running the Application

Clone this Repository: Grab your cape and clone this repository to your local machine.

Install Dependencies: Use pip command to install the required dependencies

Dataset Placement: Place the "survey_2021.csv" dataset in the project directory..

Launch the Streamlit App: Run the Streamlit app by executing streamlit run app.py in your terminal. Access the web application through the provided link.

User need to select the country, education level and total work experience






# Output