Git Product home page Git Product logo

auto_ner's Introduction

auto_ner

End to End application for Custom Named Entity Recognition. Highlights:

  1. Powerd by GenAi
  2. Few shot Learning
  3. Training and inference pipelines
  4. Auto_annotate will take unlabeled text data and create labellied text data that can further be used for custom Named Entity Recognition (NER) Model training.

Chechout the Demo hosted at Link

Installation

Pypi

run following command in terminal

pip install auto-ner

From source

Run following command in terminal

  1. git clone https://github.com/bokey007/auto_ner.git
  2. cd auto_ner
  3. python setup.py sdist bdist_wheel
  4. pip install ./dist/auto_ner-0.1.2.tar.gz

Usage

auto_ner.run
  • Above command will lauch the app on default port 8501.
  • Open the browser and go to http://localhost:8501
  • Select the image and then select the appropriate set of operations you want to perform on that perticular image.
  • play with the parameters interatively untill you reach at optimal configuration.
auto_ner.run --port 8080

Above command can be used to specify the port on which you want to run the app.

Application Workflow

System Architecture

Demo

Solution is implemnted in following three steps

  1. Create the baseline Spacy Model ([Transformer implementation on Hold])
  2. Meet the Expectations Training Bert ([ToDo])
  3. Exeed the expectations
    • Few shot / Zero Shot NER
    • Beyond mere NER : entyity linking ([ToDo])

Development tools:

  1. setuptools (https://pypi.org/project/setuptools/): Used to create a python package
  2. pipreqs (https://pypi.org/project/pipreqs/): Used to create requirements.txt file
  3. twine (https://pypi.org/project/twine/): Used to upload the package to pypi.org
  4. Github Actions (): Used to automate the process of uploading the package to pypi.org
  5. pytest (https://pypi.org/project/pytest/): Used to write unit tests
  6. wheel (https://pypi.org/project/wheel/): Used to create a wheel file

auto_ner's People

Contributors

bokey007 avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.