https://github.com/yasnakateb/ussalprediction
💰 Salary prediction
https://github.com/yasnakateb/ussalprediction
mini-project salary-prediction streamlit
Last synced: 7 months ago
JSON representation
💰 Salary prediction
- Host: GitHub
- URL: https://github.com/yasnakateb/ussalprediction
- Owner: yasnakateb
- License: mit
- Created: 2022-09-01T17:14:39.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-09-01T17:16:24.000Z (about 3 years ago)
- Last Synced: 2025-01-20T00:56:21.050Z (9 months ago)
- Topics: mini-project, salary-prediction, streamlit
- Language: HTML
- Homepage:
- Size: 6.21 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 📈 💰 Salary prediction in the US
This project aims to build a web app to predict the salary of a software developer in the US given how many years of experience they have and their degree.
## Building on macOS
1. Streamlit can be installed with pip:
$ pip install streamlit
2. Clone the repository.
3. Finally:
$ cd src
$ streamlit run main.py
---
