Metadata-Version: 2.1
Name: gpt_scientist
Version: 0.1.2
Summary: A library for processing textual datasets with large language models.
Author-email: Nadia Polikarpova <nadia.polikarpova@gmail.com>
License: MIT license
Project-URL: homepage, https://github.com/hannah-arendt/gpt-scientist
Description-Content-Type: text/x-rst
License-File: LICENSE
Requires-Dist: pandas
Requires-Dist: python-dotenv
Requires-Dist: openai>=1.41.1
Requires-Dist: tiktoken

=============
GPT Scientist
=============


.. image:: https://img.shields.io/pypi/v/gpt_scientist.svg
        :target: https://pypi.python.org/pypi/gpt_scientist

.. image:: https://img.shields.io/travis/nadia-polikarpova/gpt_scientist.svg
        :target: https://travis-ci.com/nadia-polikarpova/gpt_scientist

.. image:: https://readthedocs.org/projects/gpt-scientist/badge/?version=latest
        :target: https://gpt-scientist.readthedocs.io/en/latest/?version=latest
        :alt: Documentation Status




A library for processing textual datasets with large language models.


* Free software: MIT license
* Documentation: https://gpt-scientist.readthedocs.io.


Features
--------

* TODO

Credits
-------

This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.

.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage
