Home
Softono
chatbot

chatbot

Open source Python
415
Stars
251
Forks
8
Issues
32
Watchers
3 years
Last Commit

About chatbot

Chatbot is an AI-based conversational application built with Python 2.x, designed to facilitate interactive dialogue through a web browser interface. The software leverages the Flask web framework to serve the application and the AIML library to process natural language inputs and generate corresponding responses. It operates as a local server, requiring users to install dependent packages via pip before launching the main script. Once executed, the chatbot becomes accessible at a specified local host address, allowing users to engage with the virtual assistant directly within their browser. This tool serves as a foundational example for developers interested in building simple chat interfaces or experimenting with artificial intelligence and artificial intelligence markup language integration using legacy Python environments. The project includes setup instructions for cloning the repository, installing dependencies, and running the server, though it is currently marked as deprecated and may not support mode

Platforms

Web Self-hosted

Languages

Python TypeScript Go

Chatbot

AI Based Chatbot

Requirements

Python = 2.x.x
Flask
Aiml
pip

Installation

  1. Clone and navigate to chatbot directory.

  2. Install the required packages.

     pip install -r requirements.txt
  3. Run the python server.

     python main.py
  4. Open http://127.0.0.1:5000 in your browser.

  5. You're done and let's chat with your Robot via browser.

Screenshot

chatbot

Author

Sohel Amin