Spaces:
Sleeping
Sleeping
File size: 773 Bytes
dd81f62 3a57c8d dd81f62 fd830fd dd81f62 fd830fd dd81f62 7dbc584 dd81f62 7dbc584 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 |
---
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
|