Skip to content

Latest commit

 

History

History
40 lines (24 loc) · 1.23 KB

README.md

File metadata and controls

40 lines (24 loc) · 1.23 KB

Named Entity Recognition with LangChain and ChatGPT

Part of a series exploring the use of LLMs to perform classic NLP tasks.

Project Description

With the help of LangChain, this project aims to demonstrate how we can use the power of LLMs like ChatGPT to perform classic NLP tasks like named-entity-recognition.

Data

This dataset was created from the "Trump Twitter Archive" that used to be house at http://www.trumptwitterarchive.com/archive.

Usage

Written in Python 3.9.9. Some technologies used:

  • OpenAI
  • LangChain

To see the project in action, open and run the notebooks.

Meta

Ednalyn C. De Dios – @ecdedios

Distributed under the MIT license. See LICENSE for more information.

Contributing

  1. Fork it (https://github.com/ecdedios/ai-nlp-named-entity-recognition/fork)
  2. Create your feature branch (git checkout -b feature/fooBar)
  3. Commit your changes (git commit -am 'Add some fooBar')
  4. Push to the branch (git push origin feature/fooBar)
  5. Create a new Pull Request

2024