https://github.com/fayzi-dev/salary_predict_app_by_streamlit
Salary predict App by Streamlit
https://github.com/fayzi-dev/salary_predict_app_by_streamlit
numpy pandas pypickle streamlit streamlit-webapp
Last synced: 12 months ago
JSON representation
Salary predict App by Streamlit
- Host: GitHub
- URL: https://github.com/fayzi-dev/salary_predict_app_by_streamlit
- Owner: fayzi-dev
- Created: 2024-11-08T08:42:34.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-08T10:48:43.000Z (over 1 year ago)
- Last Synced: 2025-01-04T00:51:37.722Z (about 1 year ago)
- Topics: numpy, pandas, pypickle, streamlit, streamlit-webapp
- Language: Python
- Homepage:
- Size: 197 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# the predict salary
### How to run it on your own machine
1. Install the requirements
```
$ pip install -r requirements.txt
```
2. Run the app
```
$ streamlit run salary_predict_app.py
```