Post Image

AI/ML Text Generator

Problem Statement:

We all are aware of various AI based generative models, and ChatGPT is one of those. It is a text generation and summarization tool, but it is more generalized. There are many biases in ChatGPT itself, and here we are trying to eliminate on one such bias. We are creating an AI generation tool for ML/AI practitioners, where they will get more accurate text when asked any question regarding ML/AI research.

Goals:

The goal of the project is to create a text generation system that provides accessibility to the insights and findings in AI/ML research papers.

Approach:

This project takes a deep learning approach for text generation, using Recurrent Neural Network(RNN) model trained on a large corpus of AI/ML research papers. The problem domain addressed by our project is to provide a solution for accessibility of the insights and findings in AI/ML research papers. By generating meaningful content using summaries of these papers, the project aims to offer a comprehensive overview of the latest advancements in the field and their potential applications.

Github Repo