Giter Club home page Giter Club logo

streamlit_ner_with_gliner's Introduction

NER (Named Entity Recognition) Application with Gliner

NER Application

Extract Any Entity from Text with GLiNER

This is a Named Entity Recognition (NER) application powered by Gliner, implemented using Streamlit. NER allows users to identify and classify named entities in unstructured text.

Features

  • Upload your dataset in CSV or Excel format.
  • Select a GLiNER model from the available options.
  • Define new columns with NER labels (separated by commas for multiple labels in one column).
  • Set thresholds for precision.
  • Process the data and visualize the results for each new column.
  • Download the processed data as an Excel file.

GLiNER Models

The application provides the following GLiNER models to choose from:

  • urchade/gliner_multi-v2.1
  • urchade/gliner_medium-v2.1
  • urchade/gliner_small-v2.1
  • urchade/gliner_large-v2.1

Installation

  1. Clone the repository:
git clone https://github.com/huseyincenik/streamlit_ner_with_gliner.git
cd streamlit_ner_with_gliner
  1. Install the required dependencies:
pip install -r requirements.txt
  1. Run the Streamlit application:
streamlit run app.py

Usage

  1. Upload your data file (in CSV or Excel format).
  2. Select the GLiNER model.
  3. Enter the number of new columns and define the details for each new column (column name, label, threshold).
  4. Click on the "Process Data" button to start the data processing.
  5. Download the processed data as an Excel file.

Links

streamlit_ner_with_gliner's People

Contributors

huseyincenik avatar

Watchers

 avatar  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.