Skip to content

darvat/newsletter-ai

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Newsletter Generator

newsletter

Watch on youtube how it generates stuff

What you'll need

Setup .env.local

  • copy/rename env.sample to .env.local and populate with the API Keys
  • you can choose another Perplexity model, if you want

Dependencies

pip install -r requirements.txt

Start the UI

streamlit run startui.py

Then open the UI on http://localhost:8501

Input on the UI:

  • System message (AI behaviour)
  • Google search phrase
  • Date the google news search should be run from

Based on the above criteria you'll get 10 generated articles that could be used for e.g.: a newsletter.

The Generated Articles' format is

  • title
  • source
  • summary
  • article highlights

Enjoy ✨

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages