Skip to content

Movie-In-One (MIO) Search Engine: A Movie Search Website

Notifications You must be signed in to change notification settings

Altman-S/NewBee

Repository files navigation

TTDS Movie Search IR Project 2022

This is a group project for the course TTDS (Text Technologies for Data Science) at the University of Edinburgh.

The title of our project: Movie-In-One (MIO) Search Engine

Currently it can be accessed from this link: http://www.newbee123.xyz

Summary

The project consists of 4 basic parts:

  • Data_Collection: crawl data from web page
  • ir_eval: IR indexing and ranking
  • GUI: built with Vue
  • API: built with Flask

Setting up

Clone the Repository

git clone git@github.com:Altman-S/NewBee.git
cd NewBee

Python Environment

python3 -m venv py3ttds
source py3ttds/bin/activate
pip install -r requirement.txt

Run the frontend

cd client
npm run serve

Run the backend

python3 run.py

About

Movie-In-One (MIO) Search Engine: A Movie Search Website

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published