Skip to content

Latest commit

 

History

History
82 lines (58 loc) · 3.13 KB

README.md

File metadata and controls

82 lines (58 loc) · 3.13 KB

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