For using this project, you will need to install the following:
* Blender 2.7 or above `Blender <http://www.blender.org>`
* Python 2.x
You'll need the following modules in Python to use this application.
* numpy: Used to find the linear regression model from the data
pip install numpy
* matplotlib: Used to generate 2D scatter plots for the linear regression model
pip install matplotlib
* plotly: To generate plots based on data generated from simulations
pip install plotly
* multiprocess: Multiprocessing is a package for the Python language which supports the spawning of processes using the API of the standard library’s threading module.
pip install multiprocess
* shlex: The shlex module implements a class for parsing simple shell-like syntaxes.
pip install shlex
Once the above packages are installed, the project source code can be downloaded/cloned from the following link.
https://github.com/shashanksurya/bin-packing
Copy the files from this repository in the blender installation directory.