Skip to content

hmmmanshu/Kenshi

Repository files navigation

Kenshi

About this Project

Kenshi is a multipurpose chatbot made using Python3 and Flask, who can chat with you and help in performing daily tasks. It makes use of NLP and Deep-Learning to analyse the user's message, classify it into the a broader category and then reply with a suitable message or the required information.

Project UI

UI follows two pages with a consistent theme following the application.

Home Page:

image

image

To run it locally on your system, follow these steps:

  1. Clone this repository onto your system. On Command Prompt, run the following command:
https://github.com/Bot-7037/Kenshi.git
  1. Change your directory to Chatbot:
cd Chatbot
  1. Make sure you have all the required libraries listed in requirements.txt. In case any of the libraries are missing, install them using pip. Type this command into your Command Prompt, replacing 'Your-library-name' by the required library name:
pip install -r requirements.txt
  1. Then run the follwing commands to run the application:
flask --app ./chatbot.py run
  1. Follow the URL provided in the output

Kenshi is now ready to chat!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks