You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[](https://percy.io/poly-glot/vanilla-front-end-starter)
[](https://percy.io/poly-glot/tensorflowjs-remove-background)
[](https://gitpod.io/#https://github.com/poly-glot/tensorflowjs-remove-background)
8
8
9
-
A vanilla front-end starter kit with tools to support code quality, accessibility, unit testing, end to end testing,
10
-
continuous integration setup and feature branch testing.
11
-
12
-
## Who it is for
13
-
Suitable for responsive sites or simple applications in a fast pace delivery environment with
14
-
shared nothing front-end architecture using vanilla js. However, code should be isolated & independent where possible to allow us to
15
-
take benefits of previous projects and experience.
16
-
17
-
## List of tools
18
-
- Code Quality: Eslint, Stylelint & Deepscan
19
-
- Unit Testing: Jest + Enzyme
20
-
- End to End testing: Cypress.io + Percy.io
21
-
- CI: Github Actions
9
+
Remove Background from picture using WebAssembly & TensorFlow.js
22
10
23
11
# Getting Started
24
12
```
25
13
npm install
26
14
npm start
27
15
```
28
16
29
-
## Adding a new Feature
30
-
- Familiarise yourself with Gitflow and checkout a feature branch from master e.g. feature/awesome-feature.
31
-
- Keep your feature branch upto date with master.
32
-
- Use <ahref="https://www.conventionalcommits.org/">Conventional Commits spec</a> e.g. (fix/feat/refactor/refactor!) | Component | Task ID - Small Description
0 commit comments