Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hassan11196/ir-web-a2

A React-Redux based Front-end Web Application For Information Retrieval - Assignment 2 - CS317 - FAST NUCES (Karachi)
https://github.com/hassan11196/ir-web-a2

hacktoberfest information-retrieval jupyter-notebook react redux

Last synced: about 2 months ago
JSON representation

A React-Redux based Front-end Web Application For Information Retrieval - Assignment 2 - CS317 - FAST NUCES (Karachi)

Awesome Lists containing this project

README

        

# IR-Assignment # 2
## Implementation:
- Indexed Given Documents of Trump Speeches using a Vector Space Model.
- Pickled the inverted index for quick retrieval for query purposes.
## Files:
### Jupyter Notebook:
The Notebook Contains a Vector Space Model Implementation.

- Check 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.

- Check Zip File For Desktop GUI Code : IR-SYS-A2
- Repo Link: [Click Here](https://github.com/hassan11196/IR-SYS-A2)
- Check Folder For Desktop GUI Executable : IR-APP-A2
- Exe File: [Click Here](https://www.mediafire.com/file/asb4p9y0i00iy7n/IR-SYS-A2-K173654_Setup_1.0.0.exe/file)
- Check Folder For Python Django Web Server : IR-SERVER-A2
- Repo Link: [Click Here](https://github.com/hassan11196/IR-A2/tree/master/IR-SERVER-A2/IRA2)

### Web System:
A Web Application is hosted at [https://ira2.netlify.com/#/](https://ira2.netlify.com/#/) .

- Check Zip File for Web Interface Code : IR-WEB-A2
- Repo Link : [Click Here](https://github.com/hassan11196/IR-WEB-A2)

### ScreenShots:
- ![](Screenshots/Annotation%202020-04-10%20234906.png)
- ![](Screenshots/ss1.png)
- ![](Screenshots/ss2.png)
- ![](Screenshots/ss3.png)

### Built Using:
















### Template:
- [electron react boilerplate](https://github.com/electron-react-boilerplate/electron-react-boilerplate)