Skip to content

arBmind/AI-Experiment

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Online Handwriting recognition

The first part of the online handwriting recognition project. Project goals:

  • an offline handwriting interface reading all available touch input information
    • current pointer
    • time delta
    • force
    • touch ellipse
  • store symbols into a format that makes sense

Format

see challenges.json-schema and submission.json-schema

Webserver REST API

GET

/api/challenges => JSON

POST

/api/submission Content-Type: application/json Body: {submission: JSON}

About

Experimental Stuff with some intelligence behind!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • QML 68.8%
  • JavaScript 22.5%
  • QMake 4.9%
  • C++ 3.8%