Video Link: https://www.youtube.com/watch?v=bV4k16nsyQY&feature=youtu.be
How to run our code:
Please git clone this repository to whichever directory you'd like.
You should have ElasticSearch installed and running -- https://www.elastic.co/guide/en/elasticsearch/reference/current/targz.html
Create the index in ElasticSearch by running python create_es_index.py from EducationalWeb/
Download tfidf_outputs.zip from here -- https://drive.google.com/file/d/19ia7CqaHnW3KKxASbnfs2clqRIgdTFiw/view?usp=sharing
Unzip the file and place the folder under EducationalWeb/static
Download cs410.zip from here -- https://drive.google.com/file/d/1Xiw9oSavOOeJsy_SIiIxPf4aqsuyuuh6/view?usp=sharing
Unzip the file and place the folder under EducationalWeb/pdf.js/static/slides/
From EducationalWeb/pdf.js/build/generic/web , run the following command: gulp server
In another terminal window, run python app.py from EducationalWeb/
The site should be available at http://localhost:8096/