# cortex ### requirements * Node.js 6+ * MySQL * Python 2.7 * Tensorflow 1.2 ### installation ``` npm install npm install knex -g knex migrate:latest ``` ### running the server ``` npm start ``` The server will be running on http://lvh.me:5858/ or whichever port is specified in `.env`