# douban-movie-top250-KG **Repository Path**: littlebear0729/douban-movie-top250-kg ## Basic Information - **Project Name**: douban-movie-top250-KG - **Description**: douban-movie-top250-kg - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-12-06 - **Last Updated**: 2022-12-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Douban-Movie-TOP250-KG ## Auther: Tianyi Yang, Haonan Xiong, Pengrun Zhu ### Usage 1. download all the source code 2. run `pip install -r requirements.txt` to install dependencies 3. start your neo4j server and setup in query_backend/config.py 4. cd in to query_frontend folder run `npm install` to install dependencies 5. run `flask run` in query_frontend folder 6. enjoy! ### Examples 1. 泰坦尼克号的时长是多少?(评分是多少?上映日期是什么时候?导演是谁?主演是谁?) 2. 诺兰导演的电影有哪些?(徐峥主演的电影有哪些?) 3. 哈利波特系列电影有哪些 4. 喜剧类型的电影 5. 哪些电影是周星驰和莫文蔚一起演的 ### Data Source ### Data Preprocessing ### Import data to Neo4j ### Neo4j Query Language with py2neo ### Question classifier ### Question Answering Backend ### Query Frontend