Rubika messenger artificial intelligence robot
- ChatGPT
- Image generate
- Font generate
- and a few other features(developing)
- Install
python3
,pip
,virtualenv
in your system. - Clone the project
https://github.com/metect/Rubika-Bot
. - 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
- run
python src/main.py