Show HN: Stargazers Reloaded – LLM-Powered Analyses of Your GitHub Community Hey friends! We have built an app for getting insights about your favorite GitHub community using large language models. The app uses LLMs to analyze the GitHub profiles of users who have starred the repository, capturing key details like the topics they are interested in. It takes screenshots of the stargazer's GitHub webpage, extracts text using an OCR model, and extracts insights embedded in the extracted text using LLMs. This app is inspired by the “original” Stargazers app written by Spencer Kimball (CEO of CockroachDB). While the original app exclusively used the GitHub API, this LLM-powered app built using EvaDB additionally extracts insights from unstructured data obtained from the stargazers’ webpages. Our analysis of the fast-growing GPT4All community showed that the majority of the stargazers are proficient in Python and JavaScript, and 43% of them are interested in Web Development. Web developers love open-source LLMs! We found that directly using GPT-4 to generate the “golden” table is super expensive — costing $60 to process the information of 1000 stargazers. To maintain accuracy while also reducing cost, we set up an LLM model cascade in a SQL query, running GPT-3.5 before GPT-4, that lowers the cost to $5.5 for analyzing 1000 GitHub stargazers. We’ve been working on this app for a month now and are excited to open source it today :) Some useful links: * Blog Post - https://ift.tt/VMYUWz3... * GitHub Repository - https://ift.tt/LwFia7k * EvaDB - https://ift.tt/i2IGQ5V Please let us know what you think! September 30, 2023 at 09:15PM
Show HN: Stargazers Reloaded – LLM-Powered Analyses of Your GitHub Community https://ift.tt/e9nwgFW
Related Articles
Show HN: SQL Dry Runs with SQL Simulator https://ift.tt/a6devHLShow HN: SQL Dry Runs with SQL Simulator My name is Weston Goodwin. I … Read More
Show HN: Similarity Search Engine for Equities https://ift.tt/0eYP8gUShow HN: Similarity Search Engine for Equities I wanted to make it eas… Read More
Show HN: CloneDub – Convert audio into any language using the same voices https://ift.tt/rPGsQLSShow HN: CloneDub – Convert audio into any language using the same voi… Read More
Show HN: WebAssembly port of Neverball, a 3D rolling ball game https://ift.tt/THR7lzdShow HN: WebAssembly port of Neverball, a 3D rolling ball game Neverba… Read More
Show HN: FemtoGPT – Pure Rust implementation of a GPT language model https://ift.tt/IwhjZqpShow HN: FemtoGPT – Pure Rust implementation of a GPT language model h… Read More
Show HN: `npx tailhn` – Tail HN from the console https://ift.tt/SAWXo1mShow HN: `npx tailhn` – Tail HN from the console Tiny script to tail (… Read More
Show HN: ThinkTask – Unleash the Power of ChatGPT in Task Management https://ift.tt/4cKSRjQShow HN: ThinkTask – Unleash the Power of ChatGPT in Task Management h… Read More
Show HN: An accessible, beautiful Raspberry Pi Pico pinout https://ift.tt/f2Io4xpShow HN: An accessible, beautiful Raspberry Pi Pico pinout I wanted to… Read More
0 Comments: