Translate, summarize, and publish news briefs using DeepL and OpenAI GPT-3
-
Clone this repository
-
Install the requirements:
pip install -r requirements.txt
-
Create a
.env
file with the following variables:
DEEPL_API_KEY=your_deepl_api_key
OPENAI_API_KEY=your_openai_api_key
MASTODON_API_URL=your_mastodon_api_url_optional
MASTODON_API_KEY=your_mastodon_api_key_optional
- Run the Streamlit app:
streamlit run app.py
and open the URL in your browser