summaryrefslogtreecommitdiff
path: root/README.md
blob: 4e0e0b1dc8be696786b1aeac7989e7b04df3a4d5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# 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`