# ds-email-draft-poc
POC for using LLMs to generate email content application_family: fansifter


Project is made of two parts:

### Streamlit app
for interactively generating email content using different LLM settings.
You can start Streamlit app with make command:
`make run_streamlit_locally`.


### Batch iteration
Provides a way to run multiple LLM content generations
at once using different settings.
For that you need to run Python file `run_multiple_experiments.py`.