Skip to content

memb3r/infine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

1.0.0 (Beta)


About

Information

Infine - is a simple chat bot on Python, made with chatterbot and pytz libraries. It's working like simple AI, it can learn on frases inside program. You can talk to it about something.

Preview


Installation

Windows

For running this project you need to install python and pip first.

  1. Go to Microsoft Store.

  1. Click "Get" and install the latest python version (3.12)
  2. Download ZIP file of this repo and unpack it.
  3. Now go into PowerShell and go into your repository folder using this command:
cd infine

Linux

In this example we are using apt, that uses in Ubuntu, Debian, Linux Mint, Kali Linux.

  1. First, you need to install python3, python3-pip. Open terminal and do this:
sudo apt install python3 python3-pip
  1. Now download ZIP file of this repo and unpack it.

Tip

You can also use git to download repos faster.

sudo apt install git # Installing git

git clone https://github.com/memb3r/infine # Cloning repo
  1. Go to repo folder:
cd infine

Usage

Libraries

Libraries list:

chatterbot
pytz

To install libraries do this in terminal:

pip install chatterbot==1.0.4 pytz

Open program

To open python file, use this (working on Windows and Linux too):

python3 infine.py

Tested on

Infine should work on all apt-based systems and Windows.

OS Tested
Ubuntu 12 True
Windows 11 True
Other False

License

This project use MIT License.

MIT License

Copyright (c) 2023 Memb3r

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

Infine - simple chat bot on Python

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages