Git Product home page Git Product logo

iva's Introduction

IVA

Project description

This project is a part of "Project 6.2: Efficient app-based measurement of visual functions in infants and young children" for GSoC at INCF. It includes visual stimuli built with PsychoPy as well as PsychJS testing.

How to use

To run the experiment you will need PsychoPy.

The easy way

Works only on Windows
Just install Standalone PsychPy, then run iva.psyexp

Anaconda and Miniconda

  1. install anaconda or miniconda if you don't already have it. You can use anaconda installers.
  2. Create psychopy-env.yml containing:
    name: psychopy
    channels:
    - conda-forge
    dependencies:
    - python=3.8
    - psychopy
    - pip
    - pip:
    - psychtoolbox
    - pygame
    - pyo
    - pyparallel; platform_system != "Windows"
    - SoundFile; platform_system == "Windows"
    - websocket_client
    
  3. If you are using linux make sure to install webkitgtk.
    On Debian-based systems: sudo apt install libwebkitgtk-1.0
    On Arch-based systems: yay -S webkitgtk
  4. Create a new environment using the yml file by running in anaconda Prompt: conda env create -n psychopy -f psychopy-env.yml
  5. Activate the newly create environment by running: conda activate psychopy

Then, run the experiment in Python: python iva.py

iva's People

Contributors

s3l1m avatar

Watchers

 avatar

Forkers

bsureshkrishna

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.