pydyn_surv
it's a library for creating a dynamic survey using basic tools in python. This can be incorporated to a user inteface with the flexibility that Python offers.
The model consists of a recommender system based on previous answers. The details of the same are explained in the thesis document.
You can find the user documentation page over here.
You can install the library by simply cloning the repository somewhere in your computer and using pip
to install it:
git clone https://github.com/JARA99/Dynamic_Survey_lib.git
pip install ./Dynamic_Survey_lib
You can try the library capacities by looking at the app built on streamlit: pydyn-surv-hobbies-test. The source code for it is located inside the examples
folder on examples/hobbies_survey/.