The browser that can predict where is the user gaze area in smart phone's screen.
this application require IOS 11(iphone 5s or above) because It's use apple CoreML for running prediction model.
- take Image && feed to Model smootly
- convert model prediction point to screen point (Currently Working on)
- add calibrate function
- Embed WebView to App
Working on Prediction model from GazeCapture Model to make this model run on Application By using new Apple CoreML convert caffe model to CoreML Model and run in the application