capstone-project-comp9900-h16a-tahelka

capstone-project-comp9900-h16a-tahelka created by GitHub Classroom

View the Project on GitHub jatin7gupta/capstone-project-comp9900-h16a-tahelka

FilmFinder

Requirement

Create virtual environment

Type in the command prompt

$ python3 -m venv ./venv

To activate environment, type in command prompt

$ source ./venv/bin/activate

Installation

Type in the command prompt

$ cd server
$ pip3 install -r requirements.txt
$ python3 -m nltk.downloader stopwords
$ python3 -m nltk.downloader punkt
$ python3 db_init.py

Run

$ python3 server.py