Skip to main content

No project description provided

Project description

FindOrg - Named Entity Recognition for Organizations using GPT

FindOrg is a Python package designed to perform Named Entity Recognition (NER), specifically targeting organizations within a given text. Leveraging OpenAI's powerful GPT models, it extracts organization names efficiently.

Installation

Before using FindOrg, ensure you have the necessary dependencies installed:

  • openai
  • pandas

Usage

from FindOrg import org

# Provide your OpenAI API key
openai_key = "YOUR_OPENAI_API_KEY"

# Sample text for analysis
text = "In the heart of Silicon Valley, a collaboration has emerged between global tech giants such as Google, Apple, and Facebook, aiming to revolutionize the digital landscape."

# Call the function
result_df = org(text, openai_key, model='gpt-3.5-turbo', save=False)

# Display the extracted organizations
print(result_df)

Arguments

  • text (str): Text to be analyzed.
  • openai_key (str): Your OpenAI API key.
  • model (str, optional): Model to be used for the analysis. Defaults to 'gpt-3.5-turbo'.
  • save (bool, optional): If True, the output will be saved as an Excel file named 'organizations.xlsx'. Defaults to False.

Returns

  • pandas.DataFrame: DataFrame containing the extracted organizations.

Output

The output DataFrame consists of a single column named "Organizations", containing the extracted organization names.

How to cite

Neves, L. F. F. (2024). FindOrg: Named Entity Recognition for Organizations using GPT [Python package]. https://pypi.org/project/FindOrg/.

Contact

luiz.felipe@ufg.br

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

FindOrg-0.6.tar.gz (2.6 kB view hashes)

Uploaded Source

Built Distribution

FindOrg-0.6-py3-none-any.whl (3.1 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page