Close

Developing GUI Part 1

A project log for BlinkToText

BlinkToText is an open source, free, and easy to use software program that converts eye blinks to text.

swaleh-owaisSwaleh Owais 10/07/2017 at 05:430 Comments

I want the entire application to be housed inside of a website. That would make it quite easy for anyone to access the software.

I built simple interface for this website. The website can accessed at this link.

https://github.com/mso797/BlinkToText

I am having difficulty getting the front end to talk to my python program. I need the python program to run on the client side. AJAX calls do not seem to have the speed that I need.

[Figure: 1 BlinkToText Mock Website]

Discussions