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:

  • pandas
  • openai

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.

Project details


Download files

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

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

FindOrg-0.4-py3-none-any.whl (3.0 kB view details)

Uploaded Python 3

File details

Details for the file FindOrg-0.4-py3-none-any.whl.

File metadata

  • Download URL: FindOrg-0.4-py3-none-any.whl
  • Upload date:
  • Size: 3.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.10.8

File hashes

Hashes for FindOrg-0.4-py3-none-any.whl
Algorithm Hash digest
SHA256 030d74e25539fdde421a425f63c4650a07ae4b60e32bf1806eff01d603263cda
MD5 03d13ecff29f19626bd763802dc22762
BLAKE2b-256 5a4ddd38e5d416e5ff47fca2fdba75f6b9a13f02bb05b87d4e7f4ee8239563a3

See more details on using hashes here.

Supported by

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