- Install all the required packages specified in requirements.txt.
- In the terminal, use the following command to run the application:
streamlit run streamlit_app.py
- This command will open a web page in your browser.
- To utilize the database functionalities of the project, follow these steps:
- Install MySQL Workbench 8.0.
- Set up your connection in MySQL Workbench.
- Modify the
streamlit_app.py
file and change theuser
andpassword
variables to match your specified user and password for the MySQL connection.
Make sure to complete these steps to successfully run the Human Resource Management App.