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 details)

Uploaded Source

Built Distribution

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

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

Uploaded Python 3

File details

Details for the file FindOrg-0.6.tar.gz.

File metadata

  • Download URL: FindOrg-0.6.tar.gz
  • Upload date:
  • Size: 2.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.10.8

File hashes

Hashes for FindOrg-0.6.tar.gz
Algorithm Hash digest
SHA256 4f6a847fcef9542fed7c83cfd629548f691a372f9e3866dbbffbe13e289c1d4e
MD5 a5c6f81fc49f1430f56ad7b833145ccd
BLAKE2b-256 bcf03f2315061af960ac6ab0bb30d9b45369f1518013b564b72750e4d573b6f5

See more details on using hashes here.

File details

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

File metadata

  • Download URL: FindOrg-0.6-py3-none-any.whl
  • Upload date:
  • Size: 3.1 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.6-py3-none-any.whl
Algorithm Hash digest
SHA256 3a10013fae2dadf748746f84d271b9a207ad41d620996890a17e879cba52348a
MD5 3fba006eec27ff02c1936b03a9d0560d
BLAKE2b-256 0134456ccb2a3d0c8b450bee7d85bfebe8d4b7e2bc20668631b6513f6f1aa8b3

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