https://github.com/juandelgadillo/angular-autodraw
An Angular app integrating Google's AutoDraw AI API through Canvas
https://github.com/juandelgadillo/angular-autodraw
ai angular art autodraw deep-learning machine-learning
Last synced: about 1 year ago
JSON representation
An Angular app integrating Google's AutoDraw AI API through Canvas
- Host: GitHub
- URL: https://github.com/juandelgadillo/angular-autodraw
- Owner: JuanDelgadillo
- Created: 2017-05-27T18:27:00.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-07-29T21:49:58.000Z (over 8 years ago)
- Last Synced: 2025-03-01T23:12:39.845Z (about 1 year ago)
- Topics: ai, angular, art, autodraw, deep-learning, machine-learning
- Language: TypeScript
- Homepage: https://juandelgadillo.github.io/angular-autodraw/?utm_source=github&utm_medium=autodraw-repo&utm_campaign=autodraw-repo
- Size: 130 KB
- Stars: 31
- Watchers: 3
- Forks: 18
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AngularAutodraw
AutoDraw is a Google’s AI experiment they launched few weeks ago which allows you to draw or at least to doodle anything you’d like to draw and then through AI and pre-trained artificial neural networks it recommends you possible icons you’d be looking for.
This repo is the result of this blog post: [
Integrating Google’s AutoDraw AI API with Angular](https://delgadillojuan.com/en/blog/integrating-googles-autodraw-ai-api-with-angular/?utm_source=Github&utm_medium=autodraw-repo) where you'll find more details how this code works.
This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 1.0.0.
## Development server
Run `ng serve` for a dev server. Navigate to `http://localhost:4200/`. The app will automatically reload if you change any of the source files.
## Code scaffolding
Run `ng generate component component-name` to generate a new component. You can also use `ng generate directive/pipe/service/class/module`.
## Build
Run `ng build` to build the project. The build artifacts will be stored in the `dist/` directory. Use the `-prod` flag for a production build.
## Running unit tests
Run `ng test` to execute the unit tests via [Karma](https://karma-runner.github.io).
## Running end-to-end tests
Run `ng e2e` to execute the end-to-end tests via [Protractor](http://www.protractortest.org/).
Before running the tests make sure you are serving the app via `ng serve`.
## Further help
To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI README](https://github.com/angular/angular-cli/blob/master/README.md).