Reddit Scraper Exe

I was interested in creating a Reddit scraper so I could get the news but not be tempted to mindlessly scroll on social media. So, I created a Reddit scraper that extracts images, some videos, text posts, youtube links, and the top 5 comment threads (formatted) from 5 different subreddits.... [Read More]

Local Llm Discord Bot

So I decided to make a discord bot that uses a locally running Large Language Model. In this case, I used gemma2:9b, a lightweight, low parameter LLM that can be run with limited VRAM (llama70b needs at least 120 GB of VRAM to run at a reasonable speed). I installed... [Read More]