Installation
===========

Requirements
-----------

* Python 3.10+
* Gradio
* pandas
* numpy
* pytest

Installing from PyPI
------------------

.. code-block:: bash

   pip install chunking-experiment

Installing from source
--------------------

.. code-block:: bash

   git clone https://github.com/JohnnyTeutonic/chunking-experiment.git
   cd chunking-experiment
   pip install -e . 