Skip to content

Rohitjk/College-Chatbot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

College-Chatbot

A chatbot for NMAM Institute of Technology. It is implemented with a feed forward neural network with 2 hidden layers.

Installation

Create an environment

conda create --name myenv

Activate it

Windows:

conda activate myenv

Install PyTorch and dependencies

conda install pytorch
conda install nltk
anaconda promt: python
>>> import nltk
>>> nltk.download('punkt')

Usage

Run

python train.py
python chat.py

alt text The approach is inspired by this article and ported to PyTorch: https://chatbotsmagazine.com/contextual-chat-bots-with-tensorflow-4391749d0077.

About

A chatbot for NMAM Institute of Technology using Pytorch.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages