Spaces:
Sleeping
Sleeping
title: Dystopedia | |
emoji: 🫠 | |
colorFrom: green | |
colorTo: purple | |
python_version: 3.11.5 | |
sdk: gradio | |
sdk_version: 5.1.0 | |
app_file: app.py | |
pinned: false | |
license: apache-2.0 | |
# dystopedia | |
I once read [a Tweet](https://twitter.com/lbcyber/status/1115015586243862528) | |
that said, "you can make any Wikipedia article dystopian by changing it to the | |
past tense." Dystopian Wikipedia sounded like a fun idea, so I built | |
[Dystopedia](https://codesue.com/blog/dystopedia) as a proof-of-concept. | |
Try it out on the [codesue/dystopedia](https://huggingface.co/spaces/codesue/dystopedia) | |
Hugging Face Space. | |
## Installation | |
``` shell | |
git clone https://github.com/codesue/dystopedia.git | |
cd dystopedia | |
pip install -r requirements.txt | |
``` | |
## Running the app | |
```shell | |
python app.py | |