CoolFace
Apppublic

ss4923/nlp-toolkit-gradio

sourceHugging Faceupdated 1y agoView on Hugging Face
0likes
App README

NLP Toolkit (Gradio App)

This is a personal project that combines popular NLP tasks such as Named Entity Recognition (NER), POS Tagging, and Text Generation into a simple and interactive Gradio interface.

Features

  • —Named Entity Recognition (BERT)
  • —POS Tagging (SpaCy)
  • —Text Generation (GPT-2)

How to Use

  1. 1.Enter your text in the box
  2. 2.Click submit
  3. 3.View NLP analysis and generated text!

Built using:

  • —Hugging Face Transformers
  • —SpaCy
  • —Gradio