afr2903 / industrial-engineer

AI-driven Decision Support System to increase performance in Manufacturing Operations
1 stars 0 forks source link

industrial-engineer

AI-driven Decision Support System to increase performance in Manufacturing Operations

Run inventory simulation

To execute the GUI for the inventory simulation, first clone the repo:

git clone https://github.com/afr2903/industrial-engineer.git
cd industrial-engineer

A virtual environment was used for dependency isolation, to create it run:

python3 -m venv gui-env
source gui-env/bin/activate

Install the dependencies with:

pip install -r gui-requirements.txt

And finally execute the script:

python3 inventory_system_gui.py