Skip to content

Eye CheckApp aims to provide the patient with background for suitable diagnosis of some of the eye diseases. The eye has always been viewed as a tunnel to the inner workings of the body. There are many disease states that may produce symptoms from the eye. CLIPS language is used as a tool for designing our expert system. An initial evaluation of…

Notifications You must be signed in to change notification settings

spirosdi/eyeCheckApp

Repository files navigation

symptomChecker

a Html/Javascript/jQuery Mobile interface that interacts with server-side Clips interface using HTML5 WebSockets. The interface is PhoneGap packaged as an Android App (Eye CheckApp) and is available to download here: https://play.google.com/store/apps/details?id=com.phonegap.eyechekapp Demo

Check demo here (hosted in Amazon Web Services in an EC2 Ubuntu instance): http://54.194.22.198/eyeCheckApp/eyeCheckApp/ (multilingual). Details

server-side controller takes advantage of websocketd project (https://github.com/joewalnes/websocketd/) to wrap the CLIPS interface to a WebSocket interface. In order to start server-side CLIPS interface execute: ./websocketd --port=8088 /Applications/CLIPS/./clips -f troubleshooter.clp where 8088 is the desired port /Applications/CLIPS/./clips is the path to the clips executable and troubleshooter.clp is the clips source.

In order to start the server and then close the terminal execute: nohup loop_troubleshooter.sh &

Download the right version of webSocketd from https://github.com/joewalnes/websocketd/wiki/Download-and-install

About

Eye CheckApp aims to provide the patient with background for suitable diagnosis of some of the eye diseases. The eye has always been viewed as a tunnel to the inner workings of the body. There are many disease states that may produce symptoms from the eye. CLIPS language is used as a tool for designing our expert system. An initial evaluation of…

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published