-
Notifications
You must be signed in to change notification settings - Fork 6
Home
Ben Bellerose edited this page Nov 3, 2022
·
2 revisions
Welcome to the chappie.ai Wiki. This Wiki is designed to help you understand the architecture of the chappie.ai system as a whole.
The following is a program for a generalized bot you can interact with in your console written in python3. This bot has been designed as a general framework for performing a multitude of tasks.
- Open your console
- Create a virtual environment
- Type the following command:
pip install -r requirements.txt
- Type the following command:
cd <app directory>
- Type the following command:
python3 main.py
- Type in the action you wish to perform.
To get a better understanding of why the code is written this way check out my detailed write up: