This application uses advanced machine learning to predict employee attrition risk before it happens.
Dataset 🗃️
Prerequisites
Ensure you have the following installed:
Installation
- Clone the repository:
git clone https://github.com/thebugged/employee-attrition.git- Change into the project directory:
cd employee-attrition- Install the required dependencies:
pip install -r requirements.txt- Set up your Google AI API key:
- Get your API key from Google AI Studio
- Create a
.streamlit/secrets.tomlfile:
MY_API_KEY = "your_google_ai_api_key_here"
Running the Application
- Start the Streamlit server:
streamlit run main.py- Open your browser and navigate to
http://localhost:8501