Skip to content

mohitatgithub/SkillNER

 
 

Repository files navigation

Introduction

Added below API endpoints for SkillNER and packaged flask app using docker.

  1. /parse_raw_skills - Parse skills using SkillNER parser and return standard response.
  2. /parse_skills - Parse skills using SkillNER parser and return only skill names (both full_matches and ngram_scored)

How to use

  1. Build skillner docker image docker build -t skillner:latest .

  2. Run docker image docker run -d -p 5065:5065 skillner

  3. Test skillner API using postman or run test_api_sever.py on localhost

  4. Stop container docker stop CONTAINER_ID

About

A (smart) rule based NLP module to extract job skills from text

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 80.3%
  • Jupyter Notebook 19.3%
  • Dockerfile 0.4%