Skip to content

python classifier planned with jupyter notebook and uses Flask to service the model of text classification to predict what category an App belongs to

Notifications You must be signed in to change notification settings

mzsrtgzr2/machine_learning_apps_categotries

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

StartApp Text Classification Challenge

Objective

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.

Setup

  1. create a conda environment: conda create —n ac python=2

  2. activate your environment: source activate ac

  3. run pip install -r requirements.txt

  4. in order to access the notebooks, run: jupyter notebook --ip='*' --port=8888 --no-browser --allow-root

Start the service

  1. cd service
  2. python app.py

Resolution

please read Resolution.docx

About

python classifier planned with jupyter notebook and uses Flask to service the model of text classification to predict what category an App belongs to

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published