Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pdesire/trumpspeech
Webpage written in NuxtJS & Vue. Generates Trump speeches with the power of TensorFlow
https://github.com/pdesire/trumpspeech
Last synced: about 1 month ago
JSON representation
Webpage written in NuxtJS & Vue. Generates Trump speeches with the power of TensorFlow
- Host: GitHub
- URL: https://github.com/pdesire/trumpspeech
- Owner: PDesire
- Created: 2020-05-31T10:13:03.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-12-12T22:50:32.000Z (about 2 years ago)
- Last Synced: 2024-11-24T20:42:33.588Z (about 2 months ago)
- Language: Vue
- Size: 7.9 MB
- Stars: 0
- Watchers: 2
- 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).