Intelligent Visual identifier for reviewing pdf docs and highlights changes.
After cloning the repo, follow the below steps to run the application -
$ cd ivi-frontend/
$ npm install
$ npm start
This should start the react frontend dev server on localhost:3000
$ 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
It is used for storing the data of the files and searching the query.