An open API service indexing awesome lists of open source software.

https://github.com/maayanlab/harmonizome-ml

Custom machine learning on Harmonizome datasets
https://github.com/maayanlab/harmonizome-ml

Last synced: about 1 year ago
JSON representation

Custom machine learning on Harmonizome datasets

Awesome Lists containing this project

README

          

# README

## Setup
Install javascript
```
npm install
```

## Development
### Setup
**Setup JS dependencies**
```
npm install
```
**Setup Python dependencies**
```
pip install -r requirements.txt
```

### Debugging
**Start JS script generator watchdog and python flask server**
```
grunt start
```

## Production
**Build templates**
```
grunt build
```
**Start Production server**
```
docker-compose up
```