1.0.0 (Beta)
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.
For running this project you need to install python
and pip
first.
- Go to Microsoft Store.
- Click "Get" and install the latest
python
version (3.12) - Download ZIP file of this repo and unpack it.
- Now go into PowerShell and go into your repository folder using this command:
cd infine
In this example we are using apt
, that uses in Ubuntu, Debian, Linux Mint, Kali Linux.
- First, you need to install
python3
,python3-pip
. Open terminal and do this:
sudo apt install python3 python3-pip
- 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
- Go to repo folder:
cd infine
Libraries list:
chatterbot
pytz
To install libraries do this in terminal:
pip install chatterbot==1.0.4 pytz
To open python file, use this (working on Windows and Linux too):
python3 infine.py
Infine should work on all apt-based systems and Windows.
OS | Tested |
---|---|
Ubuntu 12 | True |
Windows 11 | True |
Other | False |
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.