https://github.com/monte9/xandar
Upload an image and Xandar will predict whether it's a cat or a dog.
https://github.com/monte9/xandar
Last synced: over 1 year ago
JSON representation
Upload an image and Xandar will predict whether it's a cat or a dog.
- Host: GitHub
- URL: https://github.com/monte9/xandar
- Owner: Monte9
- License: mit
- Created: 2016-10-28T06:35:36.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-10-30T11:25:07.000Z (over 9 years ago)
- Last Synced: 2025-01-23T00:26:42.913Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 15.8 MB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Xandar
> is it a cat or a dog or neither?
[Electron](http://electron.atom.io/) application boilerplate based on [React](https://facebook.github.io/react/), [Redux](https://github.com/reactjs/redux), [React Router](https://github.com/reactjs/react-router), [Webpack](http://webpack.github.io/docs/), [React Transform HMR](https://github.com/gaearon/react-transform-hmr) for rapid application development.
Also using [Clarifai API](https://github.com/Clarifai/clarifai-javascript) for image processing.
## Demo

## electron-react-boilerplate
This project is forked from [electron-react-boilerplate](https://github.com/chentsulin/electron-react-boilerplate)