Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/romanthekat/neverending-horror
Simple project about generating horror stories using 'two sentence horror' subreddit data as a source
https://github.com/romanthekat/neverending-horror
generated horror horror-fiction jupyter-notebook python
Last synced: 11 days ago
JSON representation
Simple project about generating horror stories using 'two sentence horror' subreddit data as a source
- Host: GitHub
- URL: https://github.com/romanthekat/neverending-horror
- Owner: romanthekat
- License: mit
- Created: 2020-05-26T19:05:37.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-11-23T10:37:54.000Z (about 1 month ago)
- Last Synced: 2024-12-09T18:56:03.595Z (14 days ago)
- Topics: generated, horror, horror-fiction, jupyter-notebook, python
- Language: Jupyter Notebook
- Homepage:
- Size: 70.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# neverending-horror
Simple project about generating horror stories.## [Notebook](https://github.com/romanthekat/neverending-horror/blob/master/neverending-horror.ipynb)
- [x] Markov chains
- [x] Machine learning: RNN (too glitchy at the moment)
- [x] GPT-2## Commands
```
conda activate base
jupyter notebook
```