-
Notifications
You must be signed in to change notification settings - Fork 120
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
GithubTopicMiner:GitHub Repository Topics Extraction Using BeautifulSoup and NLP #378
Comments
Thanks for creating the issue in ML-Nexus!🎉
|
Thanks for raising this issue! However, we believe a similar issue already exists. Kindly go through all the open issues and ask to be assigned to that issue. |
@UppuluriKalyani @Neilblaze @SaiNivedh26 could you please review this project idea and reopen the issue? I checked, and there are no similar issues currently open. :) |
@Niraj1608 Assigned |
hey @UppuluriKalyani i build this project also i scrap not only topics , the repo. and readme file too and added summarization model too .could you pls increase the level of the issue ? i attached code file too for review . |
Hello @Niraj1608! Your issue #378 has been closed. Thank you for your contribution! |
Project Overview
The GitHub Topic Extractor is a Python-based tool that scrapes repositories from GitHub and extracts relevant topics using Natural Language Processing (NLP). Leveraging BeautifulSoup for HTML parsing and NLP techniques such as tokenization and keyword extraction, this tool automates the identification of key topics or themes associated with GitHub repositories.
Technologies used:
Python
BeautifulSoup (for HTML scraping)
Requests (for making HTTP calls)
NLP libraries like NLTK for text processing
The text was updated successfully, but these errors were encountered: