Difference between revisions of "Projects Social Phobia"

From vret
Jump to: navigation, search
(Download)
(Resources)
Line 87: Line 87:
 
:'''running'''
 
:'''running'''
 
:SpeechRecognitionWidgets.py
 
:SpeechRecognitionWidgets.py
 +
 +
=== DialogEngine ===
  
 
== Literature ==
 
== Literature ==

Revision as of 12:38, 12 January 2010

General Information

Projects

Recreating a social situation in Virtual Reality

Project members:

Virtual Conversation

Project Members:

Resources

Dialog database API

Flexibile implemented database with "well" documented api. All functions have comments explaining what they do and how to use them. The database uses sqlite to save all data into a file on the harddisk so the database does generate file I/O opperations when using.

Dialog database structure

Download

https://slein13.homedns.org:333/svn/Dialog Guest|GuestSVN

Dialogue 1.3

requirements
python (tested with 2.6)

Editor3

Editor3 is a Gui interface to fill the Dialog database and presents the same flexibility as the database to the user.

Comment

Version 0.9* is fully functional and save to use

Download

requirements
python (tested with 2.6)
PyQt 4.*
Dialog database 1.2 integrated (files can be override if newer version of the database comes available)
running
Editor3Main.py

Please give more details. If I execute this I get the following screen where it's not clear how to proceed

Editor30 96 startup.png

Database converter 2 to 3

Simple converter program that completely transfers the data from a database build with Editor2 into a database for Editor3

Download

Converter2to3

requirements
Python (tested with 2.6)
SqlAlchemy
PyQt4
Dialog database 1.1 (already integrated in the file)
running
converter2to3.py

SpeechDetector

Detects if microphone input is louder then a defined threshold and for how long it was louder. For an working example see SpeechDetectorWidget (defined in SpeechDetector.py)

Download

SpeechDetector

requirements
Python (tested with 2.6)
PyQt4 (For widgets can run without)
pyaudio v0.2.3 -- copies of files here
Audioop (Integrated in python)
running
SpeechDetector.py

SpeechRecognition / KeywordDetector

Speechrecognition script that accepts character input or input from a special input field implementing some functions. For examples see SpeechRecognitionWidgets.py

Download

SpeechRecognition / KeywordDetection

requirements
Python (tested with 2.6)
PyQt4 (For widgets can run without)
running
SpeechRecognitionWidgets.py

DialogEngine

Literature

Virtual Reality Exposure in the Treatment of Panic Disorder With Agoraphobia: A Case Study

Helena Villa Martin, Cristina Botella, Azucena García-Palacios, Jorge Osma.
Association for Behavioral and Cognitive Therapies. 2007

Virtual Reality Therapy Versus Cognitive Behavior Therapy for Social Phobia: A Preliminary Controlled Study

E. Klinger, S. Bouchard, P. Legeron, S. Roy, F. Lauer, I. Chemin, P. Nugues.
CyberPsychology & Behavior. vol. 8 no. 1. 2005

Virtual Reality Exposure in the Treatment of Social Phobia

E. Klinger, P. Legeron, S. Roy, I. Chemin, F. Lauer, P. Nugues.
2004

Virtual Reality Exposure in the Treatment of Social Anxiety

Barbara O. Rothbaum, Larry E Hodges, Page Anderson.
Cognitive and Behavioral Practice. vol. 10. 2003

Exposure to Social Anxiety Words: Treatment for Social Phobia Based on the Stroop Paradigm

Carrie L. Masia, Daniel W. McNeil, Leslie G. Cohn, Debra A. Hope.
Cognitive and Behavioral Practice. vol. 6. 1999

Involved Members