Intelligent question answering system based on neo4j knowledge graph

Project Introduction

This project uses neo4j as the database to store the knowledge question bank. Users can learn more about the problem according to the prompt. It belongs to a simple version of the intelligent question answering system.
Server-side technology: python+django framework
Front-end use: html+css+jquery
Implemented functions:
batch import of data, template (xls format), can customize the import of multi-level question and answer information.
The intelligent question and answer on the front page
can be used as an accompanying question and answer module of some systems, or an AI intelligent reply service.
insert image description here
Database screenshot:
insert image description here

Guess you like

Origin blog.csdn.net/qq_33183456/article/details/123191109