Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 698 Bytes

README.md

File metadata and controls

29 lines (18 loc) · 698 Bytes

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.