Skip to content

bhavuk-singhal/hackfy24-SmartNER

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SmartNER-LLMsforNER

This project extracts named entites in a zero-shot setup using LLMs.

demo_en.mp4

Installation

This code requires Python 3.9 to run.

Create & start a virtual environment using following code.

$ virtualenv --python=python3.9 venv
$ source venv/bin/activate

Install the dependencies using the following code.

pip install -r requirements.txt

Usage

Run the following command to start the UI server.

streamlit run st_copy.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages