Metadata-Version: 2.1
Name: auto-ner
Version: 0.1.0
Summary: End to End application for named entity recognition. Highlights: 1. Powerd by GenAi 2. Few shot Learning 3. Training and inference pipelines
Home-page: https://github.com/bokey007/auto_ner
Author: Sudhir Arvind Deshmukh
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: matplotlib (==3.6.0)
Requires-Dist: pandas (==1.5.3)
Requires-Dist: scikit-learn (==1.3.0)
Requires-Dist: spacy (==3.6.1)
Requires-Dist: streamlit (==1.13.0)
Requires-Dist: transformers (==4.32.1)

# auto_ner
Custom Named enetuty recognition Zero / Few shot

# Soluti9on is implemnted in following three steps 
1. Create the baseline
    Spacy Model
2. Meet the Expectations
    Training Bert
3. Exeed the expectations
    Few shot / Zero Shot NER

Beyond mere NER : entyity linking

# 1. 
