Lipi IDE is a java based application which provides a GUI for creating
handwritten shape recognition projects, loading the created projects and
recognizing handwritten shapes. Application consists of basic user interface
which can be used to input handwritten shapes, train the handwritten shapes with
shape recognizers. Application also provides the facility to validate the
accuracy of the recognizer and improve it further if the accuracy is not
consistent.
- LipiTkIDE 1.1 provides the following utility scripts for launching the
application
- LipiTkIDE.bat for Windows and
- LipiTKIDE.sh for Linux

LipiTkIDE 1.1 can be installed on
any of the following mentioned platforms:
- Windows 2000/XP Professional/Vista
- Red Hat Enterprise Linux 4 (update 6)
- Fedora Core 6
- GNU Linux (Ubuntu) 7.10
Disk Requirements
LipiTkIDE v1.1 packages for Windows and Linux require 3.4MB and 4.2MB of disk
space respectively.
Software Requirements
In order to run the application, Java Runtime Environment (JRE) 1.6.0_03
must be installed on your system. The JRE setup can be downloaded from
http://java.sun.com/javase/downloads/index.jsp
The user interface is written in
Java and allows the user to input handwritten shapes.

Creates the directory structure on the file system when a new project is
created.
Controller class
that interacts with various
components like the UI, StrokeManager, ListFileManager and the LIPI JNI
Interface.
The LIPI
JNI Interface serves as the gateway between the GUI, a Java application and
LipiTk, which is written in C++ . Java native interface (JNI) is used for data
communication between java application and LipiTk.
The IDE uses LipiTk shape
recognizers to recognize shape and to get the confidence level for the
recognized Stroke IDs.