An open API service indexing awesome lists of open source software.

https://github.com/rodrigorvsn/tony-stark

📚 Screen controlled with gestures by JS Expert week from Erick Wendel
https://github.com/rodrigorvsn/tony-stark

javascript tensorflow workers

Last synced: about 2 months ago
JSON representation

📚 Screen controlled with gestures by JS Expert week from Erick Wendel

Awesome Lists containing this project

README

          

index.js -> Responsable to call the layers

### Services
- Business logic
- External call

### Views
- Interacts with DOM

### Controllers
- Between services/workers and views

### Workers (process in second plan)
- Weight logic (CPU)
- Everything that lock the screen
- Call business logic from service

### ⚒️ Techs used

- Javascript
- Tensorflow
- Service Workers