Skip to content

Shaalan31/LiwiDesktop

Repository files navigation

LiwiDesktop

A desktop interface to enable users to test LIWI

This application enables users to identify the writer of a handwritten paper from a pool of 300 writers.

Screen shots


LOGO

LI Writer Identification

Homepage

Landing page

Add Writer

Add writer

Add  Sample

Add Sample

Sample done

Sample added

Identify

Select Language to identify between different writers

predict

Select a paper to identify it's wirter's identity

prediction

Prediction Result

Requirements

For development, you will only need Node.js and a node global package installed in your environement, and MongoDB to store the features of the writers, and a the python server of LIWI.

Node

  • Node installation on Windows

    Just go on official Node.js website and download the installer. Also, be sure to have git available in your PATH, npm might need it (You can find git here).

  • Node installation on Ubuntu

    You can install nodejs and npm easily with apt install, just run the following commands.

    $ sudo apt install nodejs
    $ sudo apt install npm
    
  • Other Operating Systems

    You can find more information about the installation on the official Node.js website and the official NPM website.

If the installation was successful, you should be able to run the following command.

$ node --version
v8.11.3

$ npm --version
6.1.0

If you need to update npm, you can make it using npm! Cool right? After running the following command, just open again the command line and be happy.

$ npm install npm -g

LIWI

Follow the steps in LIWI's repo

Install

$ git clone https://github.com/Shaalan31/LiwiDesktop
$ cd LiwiDesktop

## Running the project

$ npm install 
$ npm start

About

No description, website, or topics provided.

Resources

License

Apache-2.0, CC0-1.0 licenses found

Licenses found

Apache-2.0
LICENSE
CC0-1.0
LICENSE.md

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published