/Rubika-Bot

Artificial intelligence bot for Rubika messenger

Primary LanguagePythonMIT LicenseMIT

Rubika ‌‌Bot

Rubika messenger artificial intelligence robot

Capabilities

  • ChatGPT
  • Image generate
  • Font generate
  • and a few other features(developing)

Have to use

  1. Install python3, pip, virtualenv in your system.
  2. Clone the project https://github.com/metect/Rubika-Bot.
  3. Make development environment ready using commands below
git clone https://github.com/metect/Rubika-Bot.git && cd Rubika-Bot
python -m venv venv # Create virtualenv named venv
source venv/bin/activate
pip install -r requirements.txt
  1. run python src/main.py