by simon
This project fully automates playing War Thunder. The demo video shows the bot in action with no human intervention. After automatically dropping all of it's bombs on the targets it dies to some fighters as these are very hard to defend against as a bomber. Thank you for your work dear reviewer.
🎫 Golden ticket winner!
by kman
My code for the 2025-2026 VEX V5 season. IDK if its gunna count, but its worth a shot ig.
by ayo
An implementation of the Lox language in Zig.
🎫 Golden ticket winner!
by Mathias
Posts Letterboxd entries to personal channels!
by Ahmed Farouk
an API made using python FastAPI library that shows a Nonprofit named Adapt current events (HCTG is an Example) , good example by the way!
by Adhyys
Slack Mail is a slack bot where you can connect all your emails inboxes to slack and do everything what you do in a normal inbox. Also the Google authorization will not work as it is not trusted by google but I can add the email manually for the reviewer
by icehunter494
A multitool Hub with many built in functions and AI assistant
by Spiyse
A simple command-line to-do app built with Python. I made this project because I was bored and wanted to build a mini project.
by sofia
our bot for flagship that let people track lock in sessions in huddles! joining huddles for an hour gave you progress towards boosts. (this is a fork of manitej's bot for #cafe!)
by Harry
What it does: 1. You give it a csv containing (restaurant name, general location of restaurant) e.g., (East is East, Vancouver Broadway) 2. You give it a series of fields you want the AI to fill out after conducting research (e.g., Menu items, price, address, website, etc) 3. For each restaurant in CSV, the AI autonomously researches that restaurant by (1) making targeted web searches (2) reading the results (3) deciding if it needs more info and do it again (4) reaching a point where it is able to synthesise the findings into an answer 4. The app returns the LLM-filled contents of the requested fields back to you in a uniform JSON structure To make a database for my main project (Voyago), I need a way to be able to quickly collect basic info for a lot of restaurants. I tried to make my own RAG (Retrieval-Augmented Generation, basically the process that goes on when you ask ChatGPT to search something up) system for this, but it frankly sucked and given the limited time I have with APs, I figured it'd be better if I cloned an existing RAG system from Github and adapted on it to fit my needs. I intended to do two main things: 1. Adapt it to Hack Club AI's API for LLM (previously it used Openai API) 2. Switch to Serper.dev API for web-searching tool (previously it used SerpAPI) 3. Make it accept bulk input of restaurant names (e.x., via CSV) and generate responses in a uniform data structure (e.x., via JSON) One of the things I had to learn and try to implement at the end of the day was a validate + retry system. This came because the RAG is really unstable previously (in one search you might get really satisfactory results, in the other you get none), and one of the biggest reasons seen through the debug prints is that the system doesn't go back and retry when it fails something. If it was able to just try once more, the RAG would've performed much better overall. **DEMO LINK COMMENT (IMPORTANT)** For this revised submission, I was asked to put my Pypi url in as the demo link. If this is another organizer and wonders where my video link is, here it is: https://youtu.be/_eLFlo78jj0 By the way, dear HCTG organiser, please note that I am 100% committed to attending HCTG, so if my projects are unable to be approved by May 8th for the 20 hour reduction, pls be soft on the deadline cuz I'll 100% be coming and I will most definitely make the 40 hours by the extended due date
by Paul
display the song you're currently listening to (from lastfm) on your discord profile. This uses discord's whitelisted headless-client api (by borrowing premid's app id) so you don't have to run a program on your device.
🎫 Golden ticket winner!
by rena
algorithmic skies generated in browser
by Wyatt B.
A JSON alternative with key:value pairs and functions! (Python Library) What Changed Since Last Shipment? - Pypi Link is now the demo
by Aryan Awati
I'm resetting from the basics and learning from scratch, no more AI. This is a Python Project that reads a text file, analyzes it, and returns information about it.
by ved patel
Convert studio-recorded songs into live “performed” versions, adding crowd cheering and natural speaker distortion, similar to The Weeknd’s Live at SoFi Stadium album. FYI: instructions on how to test Liveify are in the docs
by Paul
display the song you're currently listening to (from lastfm) on your discord profile. This uses discord's whitelisted headless-client api (by borrowing premid's app id) so you don't have to run a program on your device.
🎫 Golden ticket winner!
by Tomatofu
A simulation of a string via multiple springs. The large amount of hours is because of multiple failed attempts; I was originally trying to use pendulums (MUCH HARDER) instead of springs.
by avhipro19
A minimal, fast AI powered terminal helper that assists user to find or generate exact command tailored for users specific needs