Launch the web app:
To recreate this web app on your own computer, do the following.
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
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 https://github.com/PrincessPride/ML-Salary-Prediction/archive/refs/tags/salary-prediction-app.zip
streamlit run app.py