Code Monkey home page Code Monkey logo

womensafety-converstation's Introduction

Convers[t]ation
Project NextWave
Fields of View
MediaLAB Amsterdam

README

Authors

  • Bauke Bakker
  • Daksh Varshneya
  • Marissa Memelink
  • Yashvanth Kondi

What is it?

This repository contains the code/software backend for the 'Convers[t]ation' reporting panel prototype, made as part of the Women's Safety Project, a joint effort by MediaLAB Amsterdam, Fields of View and IIIT Bangalore. Comissioned by Cisco Systems.

Project Description

Full Project Description can be found at: http://medialab.hva.nl/blog/project/womens-safety-india/

Usage

The files present in this directory correspond to the physical prototype. They are to be run on the Raspberry Pi that powers the actual panel.

Most of the dependencies for this program can be built by executing the 'dependencies' script in the softProto/ folder. In addition to the script, the RPi.GPIO Python Module can be installed as follows:

sudo apt-get install python-rpi.gpio

Execution (on the Raspberry Pi, configured according to the schematics, as seen in schematics _ hardware.pdf):

sudo python rasproto.py <report output folder>

(execution has to be done as root in order to access the GPIO ports).

For the Soft Prototype, the following steps are to be followed:

  1. Download and extract the entire package.

  2. Copy the softProto folder to the appropriate directory.

  3. Open terminal (Ctrl+Alt+T), navigate to the softProto folder, and type the following commands:

     chmod a+x dependencies
     chmod a+x runProto
     sudo su
     #  Installation of the dependencies requires administrator priviledges.
     ./dependencies
     #  That should build all the required dependencies for the prototype, so exit now.
     exit
    
  4. To run the prototype:

     ./runProto
    

This should ideally get the prototype running. Not being our primary product, its not very robust, and in case pressing the 'Stop' button doesn't kill the panel, the only sureshot way of stopping it is closing the terminal (Alt+tab if required). But it is unlikely that such a situation would arise. To run the prototype again, open up another Terminal (Ctrl+Alt+T), then type:

cd softProto
./runProto

womensafety-converstation's People

Contributors

yktest avatar ykondi avatar

Watchers

James Cloos avatar Daksh Varshneya avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.