https://github.com/100/lore
Create realistic "lorem ipsum" dummy texts
https://github.com/100/lore
Last synced: 2 months ago
JSON representation
Create realistic "lorem ipsum" dummy texts
- Host: GitHub
- URL: https://github.com/100/lore
- Owner: 100
- Created: 2015-08-19T19:52:15.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-09-11T12:28:50.000Z (almost 11 years ago)
- Last Synced: 2025-12-26T21:53:09.555Z (6 months ago)
- Language: Python
- Homepage:
- Size: 160 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#Lore
This web-app utilizes Markov Chains, a single-state "machine", in order to create psuedo-realistic filler texts. Useful for various types of developers, this application improves upon the typical "lorem ipsum" texts and instead provides filler, or dummy, text that is both tailored to a specific length, and from a specific type of source (e.g. old literature, modern literature, or social media) - which will be partially contributed to by users. Additionally, using its API, users will be able to quickly request for texts with their desired parameters in their own code, as an alternative to the web-based interface.
##This app uses:
* Python
* Flask web framework
* Tweepy API
* PRAW (Reddit API)
* SQLAlchemy ORM
* HTML
* Bootstrap CSS Framework
##This app implements:
* Markov Chain
* REST API