TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: Stargazers Reloaded – LLM-Powered Analyses of Your GitHub Community

20 pointsby jarulrajover 1 year ago
Hey friends!<p>We have built an app for getting insights about your favorite GitHub community using large language models.<p>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&#x27;s GitHub webpage, extracts text using an OCR model, and extracts insights embedded in the extracted text using LLMs.<p>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.<p>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!<p>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.<p>We’ve been working on this app for a month now and are excited to open source it today :)<p>Some useful links:<p>* Blog Post - <a href="https:&#x2F;&#x2F;medium.com&#x2F;evadb-blog&#x2F;stargazers-reloaded-llm-powered-analyses-of-your-github-community-aef9288eb8a5" rel="nofollow noreferrer">https:&#x2F;&#x2F;medium.com&#x2F;evadb-blog&#x2F;stargazers-reloaded-llm-powere...</a><p>* GitHub Repository - <a href="https:&#x2F;&#x2F;github.com&#x2F;pchunduri6&#x2F;stargazers-reloaded&#x2F;">https:&#x2F;&#x2F;github.com&#x2F;pchunduri6&#x2F;stargazers-reloaded&#x2F;</a><p>* EvaDB - <a href="https:&#x2F;&#x2F;github.com&#x2F;georgia-tech-db&#x2F;evadb">https:&#x2F;&#x2F;github.com&#x2F;georgia-tech-db&#x2F;evadb</a><p>Please let us know what you think!

3 comments

skeptruneover 1 year ago
Not quite something I would use, but I think it&#x27;s a fun project. Good work guys!
评论 #37721545 未加载
treebeard5440over 1 year ago
Nice work ya’ll -
评论 #37721525 未加载
lil_suttaover 1 year ago
This is amazing! Nice work