academic / awesome-datascience

:memo: An awesome Data Science repository to learn and apply for real world problems.
MIT License
24.67k stars 5.86k forks source link

[EXE] Chat bot using Pytorch #345

Closed ishan-kshirsagar0-7 closed 1 year ago

ishan-kshirsagar0-7 commented 1 year ago

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.