emailizer is a simple tool to translate and reformat emails from italian to english. I created this tool because I'm a lazy person and I don't want to write emails in english for my parents.
streamlit-test-2023-03-29-18-03-84.mp4
To install emailizer you need to install the following dependencies:
- openai
- langchain
- streamlit
You can install emailizer dependencies with pip:
pip install -r requirements.txtThen just run the script:
streamlit run main.py