python server to identify categories in job title & sentences
- install python 3.6 or newer.
- install numpy choose the version : http://www.lfd.uci.edu/~gohlke/pythonlibs/#numpy (for linux, there are package for this).
- install scipy choose the version : http://www.lfd.uci.edu/~gohlke/pythonlibs/#scipy (for linux, there are package for this).
- install dependencies "pip install flask flask_restful flask_cors nltk sklearn".
- Cd to project, open console and type: "python" then type "import nltk" then enter each "nltk.download('punkt')","nltk.download('wordnet')","nltk.download('stopwords')".
- start the server by "python Server.py".