Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 1.24 KB

README.md

File metadata and controls

26 lines (16 loc) · 1.24 KB

pydyn_surv

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

The model consists of a recommender system based on previous answers. The details of the same are explained in the thesis document.

Documentation

You can find the user documentation page over here.

Installation

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

Usage example

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/.