Skip to content

Vector Space Model based Search Engine for Movies

Notifications You must be signed in to change notification settings

gaurabdg/movie-py

Repository files navigation

Movie Search Engine

Installation:

Run the follwing in terminal for downloading the librares

$ sudo pip install beautifulsoup4
$ pip3 install --user pyqt5  
$ sudo apt-get install python3-pyqt5  
$ sudo apt-get install pyqt5-dev-tools
$ sudo apt-get install qttools5-dev-tools

Installing nltk

$ pip3 install nltk
$ python3
>>> import nltk
>>> nltk.download()
    [Press 'd' for download]
    Download() d

    Packages: all

How to Use

Documentation for classes and methods are provided as docstrings and comments

cdinto main directory

python3 segui.py

Type the query. Click on Search button and search results will be returned.

About

Vector Space Model based Search Engine for Movies

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages