Skip to content

IE-NITK/IE_Web_Search_Application

Repository files navigation

Semantic Web Search Application IE

This project was taken as a year long project under IE NITK 2020.

Demo

Requirements

Usage

Move the Univesal_Encoder folder to the Spiders folder in the Directory. Go to the Spiders Directory and run the following command

scrapy crawl stackoverflow -o <output file name>.json

After installing ElasticSearch, go to its directory and run

.\bin\elasticsearch.bat

Move the Universal_Encoder folder back to IE_Web_Search_Application.

Run the API.py file from the root directory using the following command:

python api.py

Run the App.py file from the root directory using the following command:

python app.py

Project Structure