Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/attmhd/salary_analysis
- Owner: attmhd
- Created: 2024-11-30T08:59:09.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2024-11-30T09:02:28.000Z (about 2 months ago)
- Last Synced: 2024-11-30T10:19:06.245Z (about 2 months ago)
- Topics: data-analysis, streamlit
- Language: Python
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/)