- What is left out
- Forks. Most of the repositories on the account are forks of other people’s projects — PyTorch, DSPy, openai-agents-js — kept for reading and patching. Listing them as his open-source work would be a misrepresentation, so they are filtered on the API’s
fork field. Also excluded: the profile README repository, and repositories created but never pushed to. - Why no stars
- A star count measures how many people have found a repository, and a repository published a few weeks ago has not been found by anyone. It says nothing about whether the code is licensed, packaged, tested or citable — which is the entire question a reviewer is trying to answer. Adoption work is the honest gap in this record, and it is being worked on rather than papered over.
- Where the data comes from
- The GitHub REST API,
/users/bhaskargurram-ai/repos, unauthenticated and fetched on the server, cached for six hours. Language, licence, description, topics and dates are GitHub’s. Registries, governance files and the notes under each description are from profile/master-profile.yaml and each repository’s own tree. If the API fails, the page serves a dated snapshot and labels it. - Credit
- The idea of building a portfolio page out of a live GitHub account comes from masterPortfolio by Ashutosh Hathidara (MIT licence, © 2020). The idea is all that was taken — none of its code is used here, and its stars-and-followers framing is deliberately inverted for the reasons above.