The virtual assistant is in the progress of development, you can try it with limited features
- Download the Anaconda installer script:
wget https://repo.anaconda.com/archive/Anaconda3-2023.03-Linux-x86_64.sh
- Run the installer script:
bash Anaconda3-2023.03-Linux-x86_64.sh
- Follow the prompts and restart your terminal or run:
source ~/.bashrc
- Download the Anaconda installer:
- Visit Anaconda Downloads and download the macOS installer.
- Run the installer:
bash ~/Downloads/Anaconda3-2023.03-MacOSX-x86_64.sh
- Follow the prompts and restart your terminal or run:
source ~/.bash_profile
- Download the Anaconda installer:
- Visit Anaconda Downloads and download the Windows installer.
- Run the installer and follow the prompts to complete the installation.
- Open the Anaconda Prompt from the Start menu.
- Open your terminal (Anaconda Prompt on Windows).
- Create a new conda environment named 'tonai' with Python 3.10:
conda create -n tonai python=3.10
- Activate the environment:
conda activate tonai
- Ensure you have
requirement.txt
file in your working directory. - Install the required packages using pip:
pip install -r requirement.txt
Create the json file utils/bot_info.json
. Refer the format of this JSON_FILE
To run the Telegram bot from your Terminal:
python3 main_bot.py
To run the virtual assistant (command line), from your Terminal:
python3 assistant_cli.py