Skip to content

vaibhavr24/Smart-AI-Chat-Bot-Using-Python-Machine-Learning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Smart-AI-Chat-Bot-Using-Python-Machine-Learning

A desktop type chatbot which is a computer program designed to simulate conversation with human users

Chatbot

Open in Gitpod

Required Library

  • pytorch - pyTorch is an open-source machine learning library, a scientific computing framework. It provides a wide range of algorithms for deep learning
  • tkinter - Tkinter is the standard GUI library for Python. Python when combined with Tkinter provides a fast and easy way to create GUI applications.
  • numpy - NumPy is a Python library used for working with arrays. NumPy stands for Numerical Python.
  • nltk - nltk (Natural Language Toolkit) is a suite that contains libraries and programs for statistical language processing. It contains packages to make machines understand human language and reply to it with an appropriate response.

Installation

Install pyTorch

  pip install torch

Install numpy

  pip install numpy

Install nltk

  pip install nltk

Working Screenshots

1a 1b 1c 2a 2b

Author

About

A desktop type chatbot which is a computer program designed to simulate conversation with human users

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages