Skip to content

Commit 87919dd

Browse files
authored
Merge pull request #151 from tmcw/image-classifier-promises
Support Promises for imageClassifier
2 parents c38abfb + 88abe50 commit 87919dd

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

56 files changed

+17441
-4030
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
[![Twitter Follow](https://img.shields.io/twitter/follow/espadrine.svg?style=social&label=Follow)](https://twitter.com/ml5js)
55

66

7+
78
**_This project is currently in development._**
89

910
## Friendly machine learning for the web!

karma.conf.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ module.exports = (config) => {
5959
os_version: 'High Sierra'
6060
},
6161
},
62-
reporters: ['progress'],
62+
reporters: ['mocha'],
6363
port: 9876,
6464
colors: true,
6565
logLevel: config.LOG_INFO,

0 commit comments

Comments
 (0)