Project files for my EEConf talk ExpressionEngine, Artificial Intelligence, and Matchmaking; a Workshop. While it's not required that everything's up and working, we will be reviewing some of the files here in details during the talk. It's advised to clone this repo or, at the least, use GitHub to follow along.
There's some Python work in here, which require Python 3.6 at the least. This is installed on most systems by default though most of the included code is using the Anaconda distrobution
It's also highly recommended (though not at all required) to use a Python Virtual Environment.
Assuming you have Python 3 installed, just run the below within the predict directory
pip install -r requirements.txtNote that there are NO included datasets with this repo outside of what's included with the dependancies.
- Remain calm; it's not scary
- Python is a really fun programming language
- PHP machine learning is a long way off
- You're gonna do great :)