Skip to content

thebugged/employee-attrition

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


RetentionIQ Banner
python streamlit scikit-learn plotly google-ai

Employee Attrition Prediction

This application uses advanced machine learning to predict employee attrition risk before it happens.

Dataset 🗃️

Setup & Installation

Prerequisites

Ensure you have the following installed:

Installation

  1. Clone the repository:
git clone https://github.com/thebugged/employee-attrition.git
  1. Change into the project directory:
cd employee-attrition
  1. Install the required dependencies:
pip install -r requirements.txt
  1. Set up your Google AI API key:
    MY_API_KEY = "your_google_ai_api_key_here"

Running the Application

  1. Start the Streamlit server:
streamlit run main.py
  1. Open your browser and navigate to http://localhost:8501

Streamlit App

Releases

No releases published

Packages

 
 
 

Contributors