https://github.com/luminariousdev/trumpspeech
Webpage written in NuxtJS & Vue. Generates Trump speeches with the power of TensorFlow
https://github.com/luminariousdev/trumpspeech
Last synced: 5 months ago
JSON representation
Webpage written in NuxtJS & Vue. Generates Trump speeches with the power of TensorFlow
- Host: GitHub
- URL: https://github.com/luminariousdev/trumpspeech
- Owner: LuminariousDev
- Created: 2020-05-31T10:13:03.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-12T22:50:32.000Z (over 3 years ago)
- Last Synced: 2025-03-27T19:55:21.042Z (about 1 year ago)
- Language: Vue
- Size: 7.9 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# trumpsays
> Webpage for generating trump speeches with Tensorflow
## Build Setup
```bash
# install dependencies
$ yarn install
# serve with hot reload at localhost:3000
$ yarn dev
# build for production and launch server
$ yarn build
$ yarn start
# generate static project
$ yarn generate
```
For detailed explanation on how things work, check out [Nuxt.js docs](https://nuxtjs.org).