top of page
Robot Punch & Generative AI
Generative AI projects, unrelated to video games.

Python Scripts
Open-Source. Free.

RAGolas:
R.A.G. using the OpenAI API
Ragolas will add the given file to a vector store, before initiating a chat session with the user, where the user can ask questions and discuss the document.
Inference using an OpenAI API key.
Supports persistent chat history.
Arwen:
Discord + OpenAI Integration
Arwen connects to a discord chatbot and relays messages between GPT and members of the permitted Discord Channel. Supports extensible commands for additional functionality.
Supports persistent chat history.
Ganbot:
Web Scraping with OpenAI for Partisan News Analysis
Ganbot uses BeautifulSoup to scrape news headlines and content from left and right leaning news sources, then uses a reasoning model to analyze the difference in tone and theme between opposing political parties.
bottom of page