Skip to content

Generalized AI to perform a multitude of tasks written in python3

License

Notifications You must be signed in to change notification settings

bellerb/chappie.ai

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chappie.ai

Languages Top Languages Total Lines File Size

Description

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.

Launch Instructions

  1. Open your console
  2. Create a virtual enviroment
  3. Type the following command:
pip install -r requirements.txt
  1. Type the following command:
cd <app directory>
  1. Type the following command:
python3 main.py
  1. Type in the action you wish to perform.

Write Up

To get a better understanding of why the code is written this way check out my detailed write up: