- Notifications
You must be signed in to change notification settings - Fork1
🙋🏻💬 Question Generation Demo Platform in Web Interface
License
NotificationsYou must be signed in to change notification settings
NCHU-NLP-Lab/querator
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Question Generation Demo Platform backed byNCHU NLP API.
There are currently 3 modes, clicking the?
in navigation bar on the page to get detail animation
Mode | Link | Description |
---|---|---|
Querator AI | Link | Best for generate entity based question |
Querator Group AI | Link | Best for generate question set the are correlated |
Distractor AI | Link | Best for generate wrong options for multiple choices question |
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"
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
npm start
Default API backend ishttps://api.nlpnchu.org, change it with this command
REACT_APP_API=http://your.own.api.endpoint npm start
This project is supervised by Prof.Yao-Chung Fan, with the following contributor:
🤖 = Model Training, 🧑🏻🎨 = React Frontend Development
- 🤖🧑🏻🎨Philip Huang (@p208p2002)
- 🤖Harry Chan (@Harry-Chan)
- 🤖Eric Lam (@voidful)
- 🧑🏻🎨Tomy Hsieh (@tomy0000000)
About
🙋🏻💬 Question Generation Demo Platform in Web Interface