Metadata-Version: 2.4
Name: confready
Version: 0.0.1
Home-page: https://github.com/gtfintechlab/ConfReady
Author: Michael Galarnyk, Rutwik Routu, Vidhyakshaya Kannan, Kosha Bheda, Prasun Banerjee, Agam Shah and Sudheer Chava
License: AGPL-3.0
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU Affero General Public License v3
Classifier: Operating System :: OS Independent
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Intended Audience :: Science/Research
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: flask
Requires-Dist: flask_cors
Requires-Dist: jupyterlab
Requires-Dist: llama-index
Requires-Dist: llama-index-embeddings-together
Requires-Dist: matplotlib
Requires-Dist: openai
Requires-Dist: pylatexenc
Requires-Dist: python-dotenv
Dynamic: author
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license
Dynamic: requires-dist
Dynamic: requires-python

<p align="center">
  <img src="https://github.com/gtfintechlab/ConfReady/blob/main/confready/public/confready.png?raw=true" alt="ConfReady Logo" width="300"/>
</p>

<p align="center"><strong>ConfReady</strong>: A simple tool to parse research papers and assist with conference checklists.</p>

# ConfReady

The [ARR Responsible NLP Research checklist](https://aclrollingreview.org/responsibleNLPresearch/) encourages best practices in research ethics, societal impact, and reproducibility. ConfReady helps authors reflect on their work by using **retrieval-augmented generation (RAG)** to answer checklist questions — and provides a framework to **evaluate how large language models respond to ethical prompts**.

---

## Installation

```bash
pip install confready
````
---

## Usage

To run the app:

```bash
confready run
```

Add your API keys in `confready/server/.env`:

```bash
OPENAI_API_KEY=your_key_here
TOGETHERAI_API_KEY=your_key_here
```

---

## Documentation

Visit: [https://confready-docs.vercel.app/docs/introduction](https://confready-docs.vercel.app/docs/introduction)

---

## License

Licensed under the [AGPL-3.0 License](https://www.gnu.org/licenses/agpl-3.0.html).


