Skip to content

Commit

Permalink
removed binary files
Browse files Browse the repository at this point in the history
  • Loading branch information
Sunil Surendra Singh committed Sep 30, 2023
1 parent 485d9bb commit cd3bef9
Show file tree
Hide file tree
Showing 10 changed files with 24 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
*.png filter=lfs diff=lfs merge=lfs -text
*.jpg filter=lfs diff=lfs merge=lfs -text
20 changes: 20 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Sync to Hugging Face hub
on:
push:
branches: [main]

# to run this workflow manually from the Actions tab
workflow_dispatch:

jobs:
sync-to-hub:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
lfs: true
- name: Push to hub
env:
HF_TOKEN: ${{ secrets.HF_TOKEN }}
run: git push --force https://sssingh:$HF_TOKEN@huggingface.co/spaces/sssingh/human-resource-data-analysis-streamlit main
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

<img src="https://github.com/sssingh/human-resource-data-analysis-streamlit/blob/main/assets/logo.png?raw=true" width="100"/><br><br>

<a href="https://sssingh-human-resource-data-analysis-streamlit-srcapp-6qnlbm.streamlit.app/" target="_blank"><img src="https://img.shields.io/badge/open_app_in_streamlit-f63366?style=for-the-badge&logo=streamlit&logoColor=black" /></a>
<a href="https://huggingface.co/spaces/sssingh/human-resource-data-analysis-streamlit" target="_blank"><img src="https://img.shields.io/badge/click_here_to_open_streamlit_app-f63366?style=for-the-badge&logo=streamlit&logoColor=black" /></a>

<img src="https://github.com/sssingh/human-resource-data-analysis-streamlit/blob/main/images/title.png?raw=true" width="1000" height="500" /> <br><br>

Expand Down Expand Up @@ -114,7 +114,7 @@ This dashboard looks at the company's capacity for employee retention and determ

## How To Use
### Read-only direct access via the web (Recommended):
<a href="https://sssingh-human-resource-data-analysis-streamlit-srcapp-6qnlbm.streamlit.app/" target="_blank"><img src="https://img.shields.io/badge/open_app_in_streamlit-f63366?style=for-the-badge&logo=streamlit&logoColor=black" /></a> <br>
<a href="https://huggingface.co/spaces/sssingh/human-resource-data-analysis-streamlit" target="_blank"><img src="https://img.shields.io/badge/click_here_to_open_streamlit_app-f63366?style=for-the-badge&logo=streamlit&logoColor=black" /></a> <br>
and explore the fully functional interactive report. <br><br>

### Run the application locally:
Expand Down
Binary file removed assets/hr-banner.png
Binary file not shown.
Binary file removed assets/logo.png
Binary file not shown.
Binary file removed images/attrition-all.png
Binary file not shown.
Binary file removed images/capacity-all.png
Binary file not shown.
Binary file removed images/summary-01.png
Binary file not shown.
Binary file removed images/summary-02.png
Binary file not shown.
Binary file removed images/title.png
Binary file not shown.

0 comments on commit cd3bef9

Please sign in to comment.