This is a Streamlit application for People Analytics.
Before you begin, ensure you have met the following requirements:
- You have installed the latest version of Python.
To install the Streamlit People Analytics Application, follow these steps:
- Clone the repository:
git clone <repository_url>
- Navigate tp the project directory
cd <project_directory>
- Install the required pacakges
pip install streamlit gcloud faker plotly
streamlit run <app.py>