From b5a32453152f9e3f5ef90e3e9605b0e4affa453a Mon Sep 17 00:00:00 2001 From: Castro0o Date: Wed, 28 Mar 2018 10:55:43 +0200 Subject: [PATCH] Added OuNuPo-make README to index.html --- 05/index.html | 117 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 117 insertions(+) diff --git a/05/index.html b/05/index.html index fa75d37..8ae20e8 100644 --- a/05/index.html +++ b/05/index.html @@ -127,6 +127,123 @@

Credits

OuNuPo was produced as part of a collaboration between XPUB and WORM. The project was developed by the XPUB practitioners (Natasha Berting, Angeliki Diakrousi, Joca van der Horst, Alexander Roidl, Alice Strete and Zalán Szakács) with the support from Varia special guests (Manetta Berends and Cristina Cochior), the WORM Pirate Bay (Wojtek Szustak and Frederic Van de Velde), diybookscanner.eu (Mark Van den Borre) and XPUB staff and tutors (Delphine Bedel, André Castro, Aymeric Mansoux, Michael Murtaugh, Leslie Robbins and Steve Rushton).

+ + +
+

------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

+
+ +

OuNuPo-Make Code Repository

+

OuNuPo Make

+

Software experiments for the OuNuPo bookscanner, part of Special Issue 5

+

https://git.xpub.nl/OuNuPo-make/

+

Authors

+

Natasha Berting, Angeliki Diakrousi, Joca van der Horst, Alexander Roidl, Alice Strete and Zalán Szakács.

+

Clone Repository

+

git clone https://git.xpub.nl/repos/OuNuPo-make.git

+

General depencies

+ +

Make commands

+

Sitting inside a pocket(sphinx): Angeliki

+

Speech recognition feedback loops using the first sentence of a scanned text as input

+

run: make ttssr-human-only

+

Specific Dependencies:

+ +

Licenses:

+

© 2018 WTFPL – Do What the Fuck You Want to Public License. © 2018 BSD 3-Clause – Berkeley Software Distribution

+

Reading the Structure: Joca

+

Uses OCR'ed text as an input, labels each word for Part-of-Speech, stopwords and sentiment. Then it generates a reading interface where words with a specific label are hidden. Output can be saved as poster, or exported as json featuring the full data set.

+

Run: make reading_structure

+

Specific Dependencies:

+ +

License: GNU AGPLv3

+

Permissions of this license are conditioned on making available complete source code of licensed works and modifications, which include larger works using a licensed work, under the same license. Copyright and license notices must be preserved. Contributors provide an express grant of patent rights. When a modified version is used to provide a service over a network, the complete source code of the modified version must be made available. See src/reading_structure/license.txt for the full license.

+

Erase / Replace: Natasha

+

Receives your scanned pages in order, then analyzes each image and its vocabulary. Finds and crops the least common words, and either erases them, or replaces them with the most common words. Outputs a PDF of increasingly distorted scan images.

+

For erase script run: make erase

+

For replace script run: make replace

+

Specific Dependencies:

+ +

Notes & Bugs:

+

This script is very picky about the input images it can work with. For best results, please use high resolution images in RGB colorspace. Errors can occur when image modes do not match or tesseract cannot successfully make HOCR files.

+

carlandre & over/under: Alice Strete

+

Person who aspires to call herself a software artist sometime next year.

+

License:

+

Copyright © 2018 Alice Strete This work is free. You can redistribute it and/or modify it under the terms of the Do What The Fuck You Want To Public License, Version 2, as published by Sam Hocevar. See http://www.wtfpl.net/ for more details.

+

Dependencies:

+ +

Programs:

+

carlandre

+

Description: Generates concrete poetry from a text file. If you're connected to a printer located in /dev/usb/lp0 you can print the poem.

+

run: make carlandre

+

over/under

+

Description: Interpreted programming language written in Python3 which translates basic weaving instructions into code and applies them to text.

+

run: make overunder

+

Instructions:

+ +

oulibot: Alex

+

Description: Chatbot that will help you to write a poem based on the text you inserted by giving you constraints.

+

run: make oulibot

+

Dependencies:

+

Python libraries:

+ +