This project extracts named entites in a zero-shot setup using LLMs.
demo_en.mp4
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
Run the following command to start the UI server.
streamlit run st_copy.py