Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

🙋🏻💬 Question Generation Demo Platform in Web Interface

License

NotificationsYou must be signed in to change notification settings

NCHU-NLP-Lab/querator

Repository files navigation

Question Generation Demo Platform backed byNCHU NLP API.

Overview

There are currently 3 modes, clicking the? in navigation bar on the page to get detail animation

ModeLinkDescription
Querator AILinkBest for generate entity based question
Querator Group AILinkBest for generate question set the are correlated
Distractor AILinkBest for generate wrong options for multiple choices question

Deployment

Use thisdocker-compose.yml template withdocker-compose up --detach command

version:"3.8"services:querator:image:"nchunlplab/querator:latest"container_name:"querator"restart:alwaysports:      -"PORT_OF_YOUR_CHOICE:80"

Development

Setup

Run this on first time, make sure to use node v16

  • Clone Repository
git clone https://github.com/NCHU-NLP-Lab/querator.gitcd querator
  • Install Dependencies
npm install

Launch

npm start

Default API backend ishttps://api.nlpnchu.org, change it with this command

REACT_APP_API=http://your.own.api.endpoint npm start

Author

This project is supervised by Prof.Yao-Chung Fan, with the following contributor:

🤖 = Model Training, 🧑🏻‍🎨 = React Frontend Development


[8]ページ先頭

©2009-2025 Movatter.jp