Skip to content

Latest commit

 

History

History
59 lines (41 loc) · 1.91 KB

README.md

File metadata and controls

59 lines (41 loc) · 1.91 KB

Intelligent-question-answering-system

an intelligent question answering system

Competition Title's link

http://www.cnsoftbei.com/bencandy.php?fid=151&aid=1612


图片展示

交互界面展示

交互界面展示

QA对管理界面展示

QA对管理界面展示


项目启动

cd be/
npm install 
composer install
cp .env.example .env
php artisan key:generate
php artisan serve

待做

  • 使用react-native构建成APP
  • 加入redis
  • 使用tf/cnn对用户输入提取特征

参考链接