summaryrefslogtreecommitdiff
path: root/README.md
blob: 7bdcc7a474799936ac083f3163735d7c1de52520 (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`