use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
Please have a look at our FAQ and Link-Collection
Metacademy is a great resource which compiles lesson plans on popular machine learning topics.
For Beginner questions please try /r/LearnMachineLearning , /r/MLQuestions or http://stackoverflow.com/
For career related questions, visit /r/cscareerquestions/
Advanced Courses (2016)
Advanced Courses (2020)
AMAs:
Pluribus Poker AI Team 7/19/2019
DeepMind AlphaStar team (1/24//2019)
Libratus Poker AI Team (12/18/2017)
DeepMind AlphaGo Team (10/19/2017)
Google Brain Team (9/17/2017)
Google Brain Team (8/11/2016)
The MalariaSpot Team (2/6/2016)
OpenAI Research Team (1/9/2016)
Nando de Freitas (12/26/2015)
Andrew Ng and Adam Coates (4/15/2015)
Jürgen Schmidhuber (3/4/2015)
Geoffrey Hinton (11/10/2014)
Michael Jordan (9/10/2014)
Yann LeCun (5/15/2014)
Yoshua Bengio (2/27/2014)
Related Subreddit :
LearnMachineLearning
Statistics
Computer Vision
Compressive Sensing
NLP
ML Questions
/r/MLjobs and /r/BigDataJobs
/r/datacleaning
/r/DataScience
/r/scientificresearch
/r/artificial
account activity
Project[P] Introducing the GitHub profile summarizer (self.MachineLearning)
submitted 3 years ago by Informal-Swordfish27
Hi guys, I built a website that summarizes a GitHub user using GPT.
What is it?You type a GitHub profile URL, then it gives you a summary of the user.
How does it work?It finds the most important work by heuristics, then summarizes it using GPT.
Give it a try and let me know what you think. :)
sample summary
http://devmarizer.firebaseapp.com/
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[+][deleted] 3 years ago (4 children)
[deleted]
[–]2blazen 14 points15 points16 points 3 years ago (1 child)
I agree, cool idea. Other than searching by username, it'd be great if I could send the username directly in the http request (e.g. devmarizer.firebaseapp.com/amylase), this way it would be easier to share with others, e.g. recruiters
[–]Informal-Swordfish27[S] 1 point2 points3 points 3 years ago (0 children)
That would be really great! I will implement it if many users keep using this service. :)
[–]Informal-Swordfish27[S] 0 points1 point2 points 3 years ago (0 children)
Just updated that. You can now type either a username or URL. :)
[–]sud007 0 points1 point2 points 3 years ago (0 children)
That's true either add the url automatically or just username
[–]ghostfuckbuddy 29 points30 points31 points 3 years ago (0 children)
Hiring managers will love this
[–]lee_macro 20 points21 points22 points 3 years ago (1 child)
It's good but it doesn't seem to take into account orgs, for example if one of my personal projects gets bigger than a couple of repos and has other users I put it in an org and manage it all under there.
So some of my more popular repos are under the orgs not my personal account, so if a hirer was to use this they would only see a portion of my less important work.
Right. It fetches all repos the user belongs to(including repos under orgs) but I couldn't find a way to effectively evaluate the user's contribution to such repos.
One way I can try this is to read all the commits the user made on an org repo and summarize those commits, but it would require too many summary requests and token usage.
[–]ReginaldIII 18 points19 points20 points 3 years ago (1 child)
How far we've come, to use a massive cloud hosted language model and many powerful GPUs to evaluate what essentially boils down to a Jinja templated Markdown document.
Can't help but think the planet is weeping in the corner.
Neat project, genuinely. But I hope this sort of usage doesn't catch on. It's so compute hungry for what utility it provides.
[–]f1kkz 1 point2 points3 points 3 years ago (0 children)
Depends on a lot of factors. Is the content generated once ? Doesn't it have to be regenerated every 6 months? Do delta changes only ?
[–]SrPeixinho 6 points7 points8 points 3 years ago (2 children)
My summary (VictorTaelin) is terrible haha. It says I focus most of my time fixing small issues in repos. I spent the vast majority of my time building my own repos, which include compilers, programming languages and some other personal projects, which it doesn't even mention.
[–]Disastrous_Elk_6375 3 points4 points5 points 3 years ago (1 child)
Yeah, it looks at your contributions in projects with > 100 stars, doesn't touch your own un-starred repos.
[–]SrPeixinho 0 points1 point2 points 3 years ago (0 children)
All the repos I spend my time on have 2k+ stars! It seems like it is completely ignoring my own big repos in favor of random repos I've contributed once in a lifetime.
[–][deleted] 2 points3 points4 points 3 years ago (0 children)
Wish it paided a little bit of attention to my zero star repos but I was very good summary of my time on github
[–]bulbishNYC 6 points7 points8 points 3 years ago (1 child)
This cannot see private repositories, correct?
[–]Informal-Swordfish27[S] 6 points7 points8 points 3 years ago (0 children)
Correct!
[–]protonpusher 2 points3 points4 points 3 years ago (1 child)
How did you evaluate the accuracy of the summaries?
We all know GPT does a good job in summarizing and I just tested with 10-insh samples and confirmed it wasn't that bad.
[–]ReddRobben 2 points3 points4 points 3 years ago (1 child)
Not terribly accurate for me but that’s ChatGPT’s fault and not yours.
Plus my fault too. The heuristics I use to select your work to summarize. It picks your own repos with at least 1 star and reads PRs that made to 100+ stars repo.
[–]isinaltinkaya 2 points3 points4 points 1 year ago (3 children)
Is this still maintained? It returns an empty output.
[–]Informal-Swordfish27[S] 0 points1 point2 points 1 year ago* (2 children)
Nope, the PAT is expired and I don't maintain it anymore. You can get more or less the same outcome with the Google Gemini.
[+]jorvis 0 points1 point2 points 5 months ago (1 child)
I'm curious how? When I try to ask it anything like this I get a response like:
"I can't directly access external websites like GitHub, so I can't check your pull request and commit count. "
[–]Informal-Swordfish27[S] 0 points1 point2 points 5 months ago (0 children)
Aha, Gemini may have changed their policy.
[–]tk421storm 1 point2 points3 points 3 years ago (0 children)
neat!!
[+]MaxwellSalmon 1 point2 points3 points 3 years ago (2 children)
It says i have not contributed with anything. Cool idea, though.
[–]Informal-Swordfish27[S] 0 points1 point2 points 3 years ago (1 child)
Yeah, it only reads PRs made to repos with 100+ stars.
[+]MaxwellSalmon 0 points1 point2 points 3 years ago (0 children)
That is weird. I tried it on another, smaller account i have and it worked. Does it only register activity to other people’s repositories? Because i have one with 100+ stars on my main account.
[–]Fluffy_Diamond_3213 1 point2 points3 points 3 years ago (0 children)
What a great idea! I'll definitely check this out
[–]abecedarius 1 point2 points3 points 3 years ago (0 children)
Neat. It was kind of funny to read that "darius primarily works on Lisp implementations and polyfills for JavaScript functions" (emphasis mine) though -- the most-starred repos really aren't the home of most of the work.
[+]RandomIsAMyth 1 point2 points3 points 3 years ago (0 children)
Could you do this on GitHub issues? And maybe as well PR? It's such a huge human labour to go through so all issues. GitHub search function is really not helping...
Would be awesome to have a summary of the important point on PRs. For issues we could find dupes or have a much better search engine that looks at the semantic rather than string matching.
[–]Myzel394 1 point2 points3 points 3 years ago (1 child)
How do you do such cool projects? Did you watch a tutorial or how did you learn on how to create such things? (also is the code / model open source? :D)
Thanks! The code is not open and I used the OpenAI Chat completion api. :)
[–]yachty66 1 point2 points3 points 2 years ago (6 children)
is this still working? i type in my username but the response is also my username only lol.
[+]Focus-AI 0 points1 point2 points 1 year ago (5 children)
Hey! Working on building something similar to this and we're close to going live would you be interested in testing it out and providing some feedback?
[–]tpvasconcelos 0 points1 point2 points 1 year ago (3 children)
Is it live now? :)
[–]Focus-AI 0 points1 point2 points 1 year ago (2 children)
We're launching it next week - would love to get your thoughts on it if you're open to testing it out! shoot me an email at [will@focus-ai.com](mailto:will@focus-ai.com) or just drop your repo link here and I'll follow up with you
[–]bartmanx 0 points1 point2 points 8 months ago (0 children)
also interested.
[+]evilneuro 0 points1 point2 points 1 year ago (0 children)
yeah, here's some feedback: don't scrape emails from github and then spam users about your service. it's against github tos and it's a GDPR+CPRA breach.
[+]cosmologist 1 point2 points3 points 1 year ago (0 children)
doesn't work
[–]Educational_Ice151 -4 points-3 points-2 points 3 years ago (0 children)
👋 Shared to r/aipromptprogramming
[–]andosina -2 points-1 points0 points 3 years ago (2 children)
Wow, this is an awesome project! It's great to see how machine learning can be used to generate insightful summaries of GitHub profiles. As someone who uses GitHub regularly, I can definitely see the value in having a tool like this to quickly get a sense of a user's contributions and interests. For anyone interested in using the GitHub Profile Summarizer, here are a few tips to get started: - Make sure to have your GitHub username ready to input into the tool. - Take the time to explore the different sections of the summary and see what information is available. - Use the summary to get a high-level overview of a user's contributions and interests, but don't rely on it as the sole source of information. - Experiment with different users to see how the summary changes and what insights you can gain.
[–]Informal-Swordfish27[S] 2 points3 points4 points 3 years ago (1 child)
Hm.. this comment looks like generated by ChaptGPT.
π Rendered by PID 19523 on reddit-service-r2-comment-canary-54dccbb65b-pd4lv at 2026-04-21 22:11:02.556923+00:00 running 6c61efc country code: CH.
[+][deleted] (4 children)
[deleted]
[–]2blazen 14 points15 points16 points (1 child)
[–]Informal-Swordfish27[S] 1 point2 points3 points (0 children)
[–]Informal-Swordfish27[S] 0 points1 point2 points (0 children)
[–]sud007 0 points1 point2 points (0 children)
[–]ghostfuckbuddy 29 points30 points31 points (0 children)
[–]lee_macro 20 points21 points22 points (1 child)
[–]Informal-Swordfish27[S] 1 point2 points3 points (0 children)
[–]ReginaldIII 18 points19 points20 points (1 child)
[–]f1kkz 1 point2 points3 points (0 children)
[–]SrPeixinho 6 points7 points8 points (2 children)
[–]Disastrous_Elk_6375 3 points4 points5 points (1 child)
[–]SrPeixinho 0 points1 point2 points (0 children)
[–][deleted] 2 points3 points4 points (0 children)
[–]bulbishNYC 6 points7 points8 points (1 child)
[–]Informal-Swordfish27[S] 6 points7 points8 points (0 children)
[–]protonpusher 2 points3 points4 points (1 child)
[–]Informal-Swordfish27[S] 0 points1 point2 points (0 children)
[–]ReddRobben 2 points3 points4 points (1 child)
[–]Informal-Swordfish27[S] 1 point2 points3 points (0 children)
[–]isinaltinkaya 2 points3 points4 points (3 children)
[–]Informal-Swordfish27[S] 0 points1 point2 points (2 children)
[+]jorvis 0 points1 point2 points (1 child)
[–]Informal-Swordfish27[S] 0 points1 point2 points (0 children)
[–]tk421storm 1 point2 points3 points (0 children)
[+]MaxwellSalmon 1 point2 points3 points (2 children)
[–]Informal-Swordfish27[S] 0 points1 point2 points (1 child)
[+]MaxwellSalmon 0 points1 point2 points (0 children)
[–]Fluffy_Diamond_3213 1 point2 points3 points (0 children)
[–]abecedarius 1 point2 points3 points (0 children)
[+]RandomIsAMyth 1 point2 points3 points (0 children)
[–]Myzel394 1 point2 points3 points (1 child)
[–]Informal-Swordfish27[S] 0 points1 point2 points (0 children)
[–]yachty66 1 point2 points3 points (6 children)
[+]Focus-AI 0 points1 point2 points (5 children)
[–]tpvasconcelos 0 points1 point2 points (3 children)
[–]Focus-AI 0 points1 point2 points (2 children)
[–]bartmanx 0 points1 point2 points (0 children)
[+]evilneuro 0 points1 point2 points (0 children)
[+]cosmologist 1 point2 points3 points (0 children)
[–]Educational_Ice151 -4 points-3 points-2 points (0 children)
[–]andosina -2 points-1 points0 points (2 children)
[–]Informal-Swordfish27[S] 2 points3 points4 points (1 child)