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
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
git clone git@github.com:Altman-S/NewBee.git
cd NewBee
python3 -m venv py3ttds
source py3ttds/bin/activate
pip install -r requirement.txt
cd client
npm run serve
python3 run.py