Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/attmhd/salary_analysis

Salary Analysis by Undergraduate Major
https://github.com/attmhd/salary_analysis

data-analysis streamlit

Last synced: about 1 month ago
JSON representation

Salary Analysis by Undergraduate Major

Awesome Lists containing this project

README

        

# Salary Analysis

## Installation

Clone Project

```bash
git clone https://github.com/attmhd/salary_analysis.git
```

Move to Project

```bash
cd salary_analysis/
```

Create virtual environment
```bash
python3 -m venv envname
```

Activate virtual environment
- MacOS / Linux
```bash
source envname/bin/activate
```
- Windows
```bash
envname\Script\activate
```

Install all libraries needed

```bash
pip install -r requirements.txt
```
Run Streamlit

```bash
streamlit run main.py
```
## Authors

- [@attmhd](https://github.com/attnmhd/)

- Linkedin : [attmhd](https://www.linkedin.com/in/attmhd/)