Colorize texts as you colorize code
pip install -r requirements.txt
python -m spacy download en_core_web_sm
python src/gradio_app.py
Choose: sample_data/input.txt
and sample_data/effects.json
Specify OPENAI KEY as environmental variable with:
export OPENAI_API_KEY=<key>