Skip to content

This is a Machine Learning Project that predicts a Software Developers Salary.

Notifications You must be signed in to change notification settings

srsaif18/ML-Salary-Prediction

Repository files navigation

ML-Salary-Prediction

Hi there 👋

This is a Machine Learning Project that predicts a Software Developers Salary.

Dependencies


Languages and Tools


Demo

Launch the web app:

Streamlit App

Reproducing this web app

To recreate this web app on your own computer, do the following.

Create conda environment

Firstly, we will create a conda environment called performance

conda create -n performance python=3.8.8

Secondly, we will login to the performance environement

conda activate performance

Install prerequisite libraries

Download requirements.txt file

wget https://raw.githubusercontent.com/PrincessPride/ML-Salary-Prediction/master/requirements.txt

Pip install libraries

pip install -r requirements.txt

Download and unzip contents from GitHub repo

Download and unzip contents from https://github.com/PrincessPride/ML-Salary-Prediction/archive/refs/tags/salary-prediction-app.zip

Launch the app

streamlit run app.py

About

This is a Machine Learning Project that predicts a Software Developers Salary.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published