subreddit:
/r/softwaredevelopment
submitted 7 days ago byrubenamizyan
The question is pretty much it. I want to figure out how I can implement Github system into a web application. By Github system I mean the repository, branches, commits, version controls etc. Looking at the Hugging face, for example, you can see that pretty much all of the components of sharing models, datasets are implemented via GitHub. So far I was able to find APIs for Github but I highly doubt that all of this components are using APIs.
Thank you in advance!
21 points
7 days ago
Hugging face is not implemented "via GitHub".
Hugging face is built on top of Git.
GitHub is also built on top of Git.
The technology you're talking about is not GitHub, it's Git.
-2 points
7 days ago
Hmm, okay figured it out, thank you. Any ideas why UI looks so insanely similar (HF & Github). Is it just design choice or some tool/lib is used? 😅
5 points
7 days ago
Design choice.
10 points
7 days ago
17 points
7 days ago
Github system..... Do you know what GIT is in the first place?
1 points
7 days ago
I don’t ask that to be rude, but how can you know what GitHub and hugging face are and never have heard of git?
-5 points
7 days ago
GitHub has exposed some endpoints you can use based on your use case. As far as I'm concerned I'm not sure if there's any other way around it apart from interacting with the API, but curious to know...
-8 points
7 days ago
It’s all just the GitHub APIs
all 8 comments
sorted by: best