https://github.com/sanskar107/c-subject-predictor
Predicts topic of a code.
https://github.com/sanskar107/c-subject-predictor
crawler nlp rnn
Last synced: over 1 year ago
JSON representation
Predicts topic of a code.
- Host: GitHub
- URL: https://github.com/sanskar107/c-subject-predictor
- Owner: sanskar107
- Created: 2017-11-30T20:53:45.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-02-12T19:59:41.000Z (over 8 years ago)
- Last Synced: 2025-01-21T15:31:13.497Z (over 1 year ago)
- Topics: crawler, nlp, rnn
- Language: Python
- Homepage:
- Size: 36.1 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# **_Subject Predictor_**
This repository contains a predictive model for Github codes using *Long Short Term Memory (**LSTM**)*. Word2vec is trained on approximately **3K** Codes.
There is also a **Web Crawler** which saves github code from the *url* passed in a text file along with the *date* and *time* of its last commit.