Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kentonishi/ghp-tensorflow.js
A simple client based TensorFlow project in JavaScript, powered by Jekyll and GitHub pages.
https://github.com/kentonishi/ghp-tensorflow.js
Last synced: about 1 month ago
JSON representation
A simple client based TensorFlow project in JavaScript, powered by Jekyll and GitHub pages.
- Host: GitHub
- URL: https://github.com/kentonishi/ghp-tensorflow.js
- Owner: KentoNishi
- Created: 2019-04-01T06:24:07.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-10-06T04:40:04.000Z (about 2 years ago)
- Last Synced: 2023-03-03T23:59:20.377Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://kentonishi.github.io/GHP-TensorFlow.js
- Size: 33.2 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Simple GitHub Pages TensorFlow.js Project
A simple client based TensorFlow project in JavaScript, powered by Jekyll and GitHub pages.
## Installation
Clone the repository to your local machine.
```
git clone https://github.com/KentoNishi/Simple-TensorFlow.js-Project
```
The appropriate Gemfile has already been initialized, so no extra setup is needed.## Execution
Run the following command in the root directory of the repository:
```
bundle exec jekyll serve
```
The command will initialize a Jekyll server at ``http://127.0.0.1:4000/``.## GitHub Pages
The project is designed to work with GitHub pages. The page is currently set up at the [master branch](https://kentonishi.github.io/GHP-TensorFlow.js).## Tutorial
This repository follows [this](https://codelabs.developers.google.com/codelabs/tfjs-training-classfication/index.html#0) tutorial.