mb
7d366dadf7
|
5 years ago | |
---|---|---|
static | 5 years ago | |
templates | 5 years ago | |
txt | 5 years ago | |
.gitignore | 5 years ago | |
README.md | 5 years ago | |
escpos.py | 6 years ago | |
index.json | 5 years ago | |
manifestos.py | 6 years ago | |
printer.py | 6 years ago | |
readings.py | 5 years ago | |
start.py | 5 years ago | |
tfidf.py | 5 years ago | |
tfidf.top50.txt | 6 years ago |
README.md
cyber/technofeminist cross-readings
https://cross.virtualprivateserver.space
This is the code for a cyber/technofeminist cross-reader, developed in the context of the exhibition Computer Grrrls in Paris (March - July 2019) — https://gaite-lyrique.net/evenement/computer-grrrls.
It will be on display again during the Computer Grrrls exhibition in Eindhoven (July - October 2019) — http://mu.nl/nl/exhibitions/computer-grrrls.
This cyber/technofeminist cross-reader does not follow one but two axes, bridging the act of reading a collection of texts, with the act of reading a tool.
Installation
Requirements -- apt:
$ sudo apt install python3 python3-pip
Requirements -- pip3:
$ pip3 install flask nltk
Requirements -- nltk
$ python3
>>> import nltk
>>> nltk.download('averaged_perceptron_tagger')
Run locally
To run the cross-reader locally, the script start.py
can be used.
$ python3 start.py
In the browser now visit:
localhost:5000
Copyleft
The cyber/technofeminist cross-reader is a free work, you can copy, distribute, and modify it under the terms of the Free Art License.