Skip to content
Wade Penistone edited this page Mar 9, 2019 · 26 revisions

Documentation for Mind Stack

Welcome to the documentation for Mind Stack.

This document provides all the information to make working with the project easy and approachable.

If you find anything missing or broken open a new issue and we will correct it.

Worflow

Development

Development for Mind Stack depends on the feature/s and functionality you want to implement. Take a look at existing code to see if something matches your needs or if not click the links for the development specific article you need:

Adapters

Characters

Lexicon

Payment providers

Skillsets

Troubleshooting

Unable to run tensorflow

If you get an error regarding AVX drivers it means your using a newer version of tensorflow which only works on newer intel chips (yeh so much for open source). You can still use the older version to get the same results simply do:

pip install tensorflow==1.5

Clone this wiki locally