-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathREADME.md
More file actions
133 lines (71 loc) · 3.5 KB
/
README.md
File metadata and controls
133 lines (71 loc) · 3.5 KB
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
# Deepjs
#badges coveralls
[](https://coveralls.io/github/deep-js/DeepJS?branch=master)
#badges travis build
[](https://travis-ci.com/deep-js/DeepJS)
<p align="center">
<a href="http://www.auxietre.com/">
<img src="https://github.com/deep-js/DeepJS/blob/branch_francois/logo.png" alt="deepjs logo" width="150" height="150">
</a>
</p>
<p align="center">
Test your deep learning code in javascript code directly in the browser.
<br>
</p>
## Table of contents
- [Quick start](#quick-start)
- [Status](#status)
- [What's included](#whats-included)
- [Bugs and feature requests](#bugs-and-feature-requests)
- [Documentation](#documentation)
- [Contributing](#contributing)
- [Community](#community)
- [Versioning](#versioning)
- [Creators](#creators)
- [Thanks](#thanks)
- [Copyright and license](#copyright-and-license)
## Quick start
Several quick start options are available:
- [Download the latest release.](https://github.com/deep-js/DEEPJS/archive/deepjsfun.zip)
- [try demos.](http://www.auxietre.com/)
- [tensorflow. on ghithub](https://github.com/tensorflow/tensorflow)
- [tensorflowJs](https://js.tensorflow.org/)
- Clone the repo: `git clone https://github.com/deep-js/DeepJS.git`
Read the [Getting started page](https://github.com/deep-js/DEEPJS/docs/introduction.html/) for information on the framework contents, templates and examples, and more.
## Bugs and feature requests
Have a bug or a feature request? Please first read the [issue guidelines](https://github.com/twbs/bootstrap/blob/master/CONTRIBUTING.md#using-the-issue-tracker) and search for existing and closed issues. If your problem or idea is not addressed yet, [please open a new issue](https://github.com/twbs/bootstrap/issues/new).
## Documentation
Generate by compodoc: https://deep-js.github.io/doc/
Source : https://github.com/deep-js/doc/tree/gh-pages
### Running locally
//please install angular/cli
1. Run `npm install` to install Node.js dependencies.
2. Run `npm start` to compile CSS and JavaScript files, generate our docs, and watch for changes.
4. Open `http://localhost:8000` in your browser.
## Versioning
0.3-alpha
## Creators
**Robin ADILI**
- <https://github.com/w-v>
**Francois AUXIETRE**
- <https://github.com/froxworld>
**Florian DUCHATEAU**
- <https://github.com/florianInfo>
**Thomas FURET**
- <https://github.com/Mino05>
**Sebastien LERAY**
- <https://github.com/sebastienLeray>
**Hai-Trung PHAM**
- <https://github.com/gpbp>
**Christophe SAHID**
- <https://github.com/markhum>
**Guillermo ANDRADE**
- <https://github.com/GuillermoAndrade>
## 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.
## 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).
## Copyright and license
Code and documentation copyright 2011-2019 the [Bootstrap Authors](https://github.com/twbs/bootstrap/graphs/contributors) and [Twitter, Inc.](https://twitter.com) Code released under the [MIT License](https://github.com/twbs/bootstrap/blob/master/LICENSE). Docs released under [Creative Commons](https://github.com/twbs/bootstrap/blob/master/docs/LICENSE).