Inspiration

Everyone likes to learn new things, but not everyone is being recommended what they want, whether it's through Google News Feed, Twitter's algorithm, or other services.

What it does

Use Gemini to create an article recommender that searches the entire web just for you, for new articles and content, and presents them in a clean user interface, currently as a PDF newsletter.

How we built it

I have added a detailed flow of the process in the Github Repo. https://github.com/dhanushreddy291/article-recommender

Challenges we ran into

Making the sure the text is added correctly into PDF and making sure LLM doesnt return things which I dont want, like many times LLM's return unwanted stuff, but by using correct prompt I was able to get what i want, be it getting shorter titles and checking the validity of the articles.

Accomplishments that we're proud of

PDF generation is working now that can act as a newsletter for me to skim through whats going on in the tech world. The recommendation is also working surprisingly well, suggesting me articles which I would click. Offcourse I trained by giving 50 articles which I would read, and 50 articles which I would never like to read.

What we learned

Automate the boring stuff using AI, so humans can better utilise their precious time :)

What's next for AI Newsletter Generator

I have also been working on making an flipbook PDF which generates a video from PDF as a flipbook, and a AI voice is used for quickly going though the PDF as an audiobook.

Currently I have hardcoded PDF length to be just for 2 pages, but since everything is a code, just need to keep it as a loop, and we can generate as many pages as needed.

Share this project:

Updates