Metadata-Version: 2.1
Name: repdex
Version: 0.1.0
Summary: An AI-driven approach to measure corporate and CEO reputation using Aspect-Based Sentiment Analysis on news articles
Home-page: https://repdex.entelecheia.ai
License: MIT
Author: Young Joon Lee
Author-email: entelecheia@hotmail.com
Requires-Python: >=3.9,<3.13
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: click (>=8.1.3,<9.0.0)
Requires-Dist: hyfi (>=1.36.4,<2.0.0)
Project-URL: Repository, https://github.com/entelecheia/repdex
Description-Content-Type: text/markdown

# Repdex

[![pypi-image]][pypi-url]
[![version-image]][release-url]
[![release-date-image]][release-url]
[![license-image]][license-url]
[![codecov][codecov-image]][codecov-url]
[![jupyter-book-image]][docs-url]

<!-- Links: -->
[codecov-image]: https://codecov.io/gh/entelecheia/repdex/branch/main/graph/badge.svg?token=IluWv2HY3z
[codecov-url]: https://codecov.io/gh/entelecheia/repdex
[pypi-image]: https://img.shields.io/pypi/v/repdex
[license-image]: https://img.shields.io/github/license/entelecheia/repdex
[license-url]: https://github.com/entelecheia/repdex/blob/main/LICENSE
[version-image]: https://img.shields.io/github/v/release/entelecheia/repdex?sort=semver
[release-date-image]: https://img.shields.io/github/release-date/entelecheia/repdex
[release-url]: https://github.com/entelecheia/repdex/releases
[jupyter-book-image]: https://jupyterbook.org/en/stable/_images/badge.svg

[repo-url]: https://github.com/entelecheia/repdex
[pypi-url]: https://pypi.org/project/repdex
[docs-url]: https://repdex.entelecheia.ai
[changelog]: https://github.com/entelecheia/repdex/blob/main/CHANGELOG.md
[contributing guidelines]: https://github.com/entelecheia/repdex/blob/main/CONTRIBUTING.md
<!-- Links: -->

An AI-driven approach to measure corporate and CEO reputation using Aspect-Based Sentiment Analysis on news articles

- Documentation: [https://repdex.entelecheia.ai][docs-url]
- GitHub: [https://github.com/entelecheia/repdex][repo-url]
- PyPI: [https://pypi.org/project/repdex][pypi-url]

Repdex is an innovative project that leverages advanced language models like GPT-4o, Claude 3.5, or Llama 3.1 through LangChain to perform Aspect-Based Sentiment Analysis (ABSA) on news articles. It aims to quantify and analyze the reputation of companies and their CEOs, providing valuable insights for corporate communications teams, investors, analysts, and researchers.

## Changelog

See the [CHANGELOG] for more information.

## Contributing

Contributions are welcome! Please see the [contributing guidelines] for more information.

## License

This project is released under the [MIT License][license-url].

