Skip to content

AGMach7/ANICKA-1.0

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

ANICKA 1.0 : A Mini-Project Chatbot

ANICKA is a simple chatbot project that utilizes Natural Language Processing (NLP) to converse with users. This project is written in Python and utilizes the nltk, torch and tkinter libraries.

ANICKA 1.0 was developed by @chdkha2001, @Nachour-Ilham, and me as a school project in Python.

Usage

To chat with ANICKA 1.0, simply type in your message and hit enter. ANICKA will respond to your message using pre-built responses stored in the database. You can also train ANICKA to respond to new messages by adding more data to the database.

To run ANICKA, execute the following command in your terminal:

python app.py

Dependencies

ANICKA 1.0 requires the following Python libraries to be installed:

  • nltk
  • torch
  • tkinter
You can install the required dependencies using the following command:
pip install -r requirements.txt

Acknowledgments

This project was inspired by the numerous chatbot tutorials available online. Special thanks to the open-source community for making this project possible.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages