Skip to content

A collection of all code and resources for getting the news every morning with raspberry pis.

License

Notifications You must be signed in to change notification settings

Zachary-Richman/morning-news-raspberry-pi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

AI Powered News

How does this work? step-by-step 😮

  • First we have a typescript powered web server that gets news results as urls

  • We then use googles puppeteer to convert to a pdf 1.

  • The PDFs are then proccesed and turned into text objects

  • The text objects are then hosted by our webserver at our api/<query> route

  • We can then make a vocal prompt for our Raspberry PI Powered LLM to the web server.

  • Our Raspberry PI Powered LLM then fetches that text, proccesses it and generates a response.

  • We can prompt for further questions or request a new prompt.

  • OPTIONAL: GPIO Integrations for an added layer of fun.

About

A collection of all code and resources for getting the news every morning with raspberry pis.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published