Skip to content

Art project exploring biopolitics and the algorithmic governance of the human body

License

Notifications You must be signed in to change notification settings

afrdt/Ventriloquist-Ontology

Repository files navigation

Ventriloquist-Ontology

Art project exploring biopolitics and the algorithmic governance of the human body

Installation

  1. Install most recent version of anaconda
  2. Install most recent version of python
  3. Run scripts inside of python application directory
  4. Type in the following command in your terminal to verify conda and python are installed

conda -V

python3

  1. If conda is not found, type in the following command in your terminal

export PATH=~/opt/anaconda3/bin

  1. Clone this repository

git clone https://github.com/afrdt/Ventriloquist-Ontology.git

  1. In your terminal, navigate to this repo
  2. In the same terminal type and enter the following sequences of commands

conda create --name env python=3.9

source activate env

conda install pip

sudo pip install pdfminer.six

  1. Verify pdfminer.six is install by running the following command and looking for pdfminer.six

conda list

  1. Try running the following commands

This command will show you the available command line arguments and their functions

python3 parse.py -h

This command should create an output file containing following sentence "I love to go swimming."

python3 parse.py -t (name of text file / list of text files to be parsed, must include extension) -k love

  1. When finished with parser, type the following command

conda deactivate

Running

To start the venv navigate to the repository in your terminal and run following command

conda activate env

To exit the pdfparser run following command

conda deactivate

ARD_SC_COM

Installation

Download bleak and python-osc library

Inside project directory type the following

conda activate env

Then enter

pip install bleak pip install python-osc

Running the project

  1. Verify and Upload ServoCallback script to BLE

  2. Open terminal, go to project dir

  3. Run conda activate env

  4. Run python3 bridge.py

About

Art project exploring biopolitics and the algorithmic governance of the human body

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published