This project was taken as a year long project under IE NITK 2020.
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
- IE_Web_Search_Application
- ElasticSearch Test.ipynb
- README.md
- api.py
- app.py
- images
- templates
- universal_encoder
- wsa_scraper
- index.py
- scrapy.cfg
- wsa_scraper
- __init__.py
- items.py
- middlewares.py
- pipelines.py
- settings.py
- spiders
- stackoverflow.py
- temp.json
- test.json
- universal_encoder