hitesh05 / Comment-Generation

Comment classifier and generation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Comment-Generation

An Introduction of the project

An important aspect of the “YOU” search engine is the fact that it has been able to specifically understand code.With that in mind, the project can be divided into two broad tasks: the first would be to develop a classifier trained on code-comment relevance datasets, the second would be to then use the insights from that classification task to create a text generation model that generates comments based on given code.

Problem Statement

Given a piece of Code and a Comment, Classify the comment as "Relevant" or "Non-relevant".

About

Comment classifier and generation


Languages

Language:Jupyter Notebook 61.4%Language:Python 23.0%Language:TeX 5.9%Language:Java 5.1%Language:C# 2.2%Language:Shell 1.9%Language:Perl 0.4%