An open API service indexing awesome lists of open source software.

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.

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.