Skip to content
/ IVI Public

IVI is an Intelligent Visual Identification tool that highlights deviances of the input document from a base/guide document

Notifications You must be signed in to change notification settings

schezfaz/IVI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

75 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IVI

Intelligent Visual identifier for reviewing pdf docs and highlights changes.

Installation

After cloning the repo, follow the below steps to run the application -

Frontend

$ cd ivi-frontend/
$ npm install
$ npm start

This should start the react frontend dev server on localhost:3000

Backend

$ cd ivi-backend/
$ python -m venv venv/ # create virtual env
$ source venv/bin/activate # activate virtual env
(venv) $ pip install -r requirements.txt
(venv) $ python main.py

This should start the flask backend dev server on localhost:5000

ElasticSearch

It is used for storing the data of the files and searching the query.

About

IVI is an Intelligent Visual Identification tool that highlights deviances of the input document from a base/guide document

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published