Skip to content

henryg3/CourseProject

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 94.3%
  • CSS 2.7%
  • HTML 2.3%
  • Python 0.7%
  • TypeScript 0.0%
  • CoffeeScript 0.0%