IR Vector Space Model

Vector Space Model for Information Retrieval- Assignment 2 - CS317 - FAST NUCES (Karachi).

Repo:

Click Here for Github Repository

Implementation:

  • Indexed Given Documents of Trump Speeches using a Vector Space Model.
  • Pickled the Vector Space Model for quick retrieval for query purposes.
  • -

Files:

Jupyter Notebook:

The Notebook Contains a Vector Space Model Implementation.

  • Notebook : IR-A2-K173654.ipynb

Desktop System:

A GUI Based Executable is present that provides a Desktop Interface to the Django based web server which holds the implementation of Inverted Index hosted on Heroku. It can evaluate and return results for queries.

  • Desktop GUI : IR-SYS-A2 A Electron React-Redux based Front-end Desktop Application.

To Download Click Here.

  • Python Django Web Server : IR-SERVER-A2 A Django Application to serve as back-end.

Web System:

A React-Redux based Front-end Web Application. A Web Application is hosted at https://ira2.netlify.com/#/ .