academic/awesome-datascience

[EXE] Chat bot using Pytorch

ishan-kshirsagar0-7 opened this issue · 0 comments

Learning Goals

Pytorch implementation, basic concepts of Natural Language Processing.

Exercise Statement

A ChatBot, which is based on Deep Learning and Natural Language Processing. It uses libraries like PyTorch and NLTK (Natural Language Tool Kit) for model training purposes and its GUI was created using the Tkinter module in Python.

Prerequisites

Data cleaning, Pytorch basics, Natural Language Processing basics, etc.

Data source/summary:

A file to store intents of the model that's created, called "intents.json" is created.

Solution

I have the solution, will be happy to create pull request to include the aforementioned exercise statement.