Spaces:
Sleeping
Sleeping
Update README.md
Browse files
README.md
CHANGED
|
@@ -10,3 +10,38 @@ pinned: false
|
|
| 10 |
---
|
| 11 |
|
| 12 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 10 |
---
|
| 11 |
|
| 12 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
| 13 |
+
|
| 14 |
+
# Employee Performance & Retention Analytics Dashboard
|
| 15 |
+
|
| 16 |
+
## Overview
|
| 17 |
+
The **Employee Performance & Retention Analytics Dashboard** is a Streamlit-based application that provides insights into employee attrition, performance, and retention risk. It features interactive visualizations, machine learning-based attrition predictions, and employee-specific evaluations to aid HR decision-making.
|
| 18 |
+
|
| 19 |
+
## Features
|
| 20 |
+
- **Attrition Prediction:** Uses a RandomForest model to predict employee attrition likelihood.
|
| 21 |
+
- **Performance Analysis:** Visualizes key metrics such as performance ratings, salary, and tenure.
|
| 22 |
+
- **Retention Analysis:** Identifies retention risks based on job satisfaction, work-life balance, and promotion history.
|
| 23 |
+
- **Employee Evaluation:** Provides detailed performance insights and retention recommendations for individual employees.
|
| 24 |
+
- **AI-Powered Insights:** Generates department-specific insights based on filtered employee data.
|
| 25 |
+
|
| 26 |
+
## Installation & Usage
|
| 27 |
+
```sh
|
| 28 |
+
# Install dependencies
|
| 29 |
+
pip install -r requirements.txt
|
| 30 |
+
|
| 31 |
+
# Run the Streamlit dashboard
|
| 32 |
+
streamlit run app.py
|
| 33 |
+
```
|
| 34 |
+
|
| 35 |
+
## File Structure
|
| 36 |
+
```
|
| 37 |
+
├── app.py # Streamlit UI for HR analytics
|
| 38 |
+
├── HR-Employee-Attrition.csv # Employee dataset
|
| 39 |
+
```
|
| 40 |
+
|
| 41 |
+
## Contribution
|
| 42 |
+
Feel free to contribute by submitting issues, pull requests, or feature suggestions!
|
| 43 |
+
|
| 44 |
+
## License
|
| 45 |
+
This project is licensed under the MIT License.
|
| 46 |
+
|
| 47 |
+
|