A basic task in classifying mobile applications is to group them into different categories, with the further purpose of identifying similarities between them in order to understand user behavior. In this task, we intend to create a service which classifies applications to groups (segments), based on the description given by the app creator.
-
create a conda environment:
conda create —n ac python=2
-
activate your environment:
source activate ac
-
run
pip install -r requirements.txt
-
in order to access the notebooks, run:
jupyter notebook --ip='*' --port=8888 --no-browser --allow-root
cd service
python app.py
please read Resolution.docx