Skip to content

phi0411141/pythonServer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 

Repository files navigation

pythonServer

python server to identify categories in job title & sentences

Getting started

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

End

About

python server to identify categories

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages